summaryrefslogtreecommitdiff
path: root/pod/perlguts.pod
diff options
context:
space:
mode:
authorReini Urban <rurban@x-ray.at>2010-01-04 18:39:44 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2010-01-04 23:00:47 +0100
commite7d4c058845c9a631bdd27ea950b98a834dcc0ac (patch)
tree1c2bd39290464874520d79db0cb5eadf89be36f9 /pod/perlguts.pod
parent05fb4e2043bc02cebd4a05d37297970a1686d3b1 (diff)
downloadperl-e7d4c058845c9a631bdd27ea950b98a834dcc0ac.tar.gz
perlguts: B::Generate already works
-- Reini Urban http://phpwiki.org/ http://murbreak.at/ From 520f6e768bdf71ad35740698df2d4c7f0bb7ae9e Mon Sep 17 00:00:00 2001 From: Reini Urban <rurban@x-ray.at> Date: Mon, 4 Jan 2010 18:16:14 +0000 Subject: [PATCH 2/2] perlguts: B::Generate already works Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
Diffstat (limited to 'pod/perlguts.pod')
-rw-r--r--pod/perlguts.pod3
1 files changed, 1 insertions, 2 deletions
diff --git a/pod/perlguts.pod b/pod/perlguts.pod
index 5fc6acf157..ac04d97e11 100644
--- a/pod/perlguts.pod
+++ b/pod/perlguts.pod
@@ -2653,8 +2653,7 @@ C<PL_custom_op_descs> and C<PL_custom_op_names> hashes. This means you
need to enter a name and description for your op at the appropriate
place in the C<PL_custom_op_names> and C<PL_custom_op_descs> hashes.
-Forthcoming versions of C<B::Generate> (version 1.0 and above) should
-directly support the creation of custom ops by name.
+C<B::Generate> directly supports the creation of custom ops by name.
=head1 AUTHORS