This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fdc08b
)
Removed reference to the non-existent C<Opcode::Custom>.
author
Steve Peters
<steve@fisharerojo.org>
Mon, 14 Nov 2005 17:31:59 +0000
(17:31 +0000)
committer
Steve Peters
<steve@fisharerojo.org>
Mon, 14 Nov 2005 17:31:59 +0000
(17:31 +0000)
p4raw-id: //depot/perl@26131
pod/perlguts.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlguts.pod
b/pod/perlguts.pod
index
0d9e2ef
..
a8484b2
100644
(file)
--- a/
pod/perlguts.pod
+++ b/
pod/perlguts.pod
@@
-2611,9
+2611,7
@@
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<Opcodes::Custom>
-will provide functions which make it trivial to "register" custom ops to
-the Perl interpreter.
+directly support the creation of custom ops by name.
=head1 AUTHORS