summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorGisle Aas <gisle@aas.no>2000-09-04 00:18:55 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-09-07 18:39:32 +0000
commit7c011d3a307861c607d64ca70fbcd88674e57e79 (patch)
treee7a624138e46ca033a5b04b72fce1e0d249c172b /ext
parente08f2115372877cbb6699cb1230519012cf3e87a (diff)
downloadperl-7c011d3a307861c607d64ca70fbcd88674e57e79.tar.gz
Modernize Opcode.pm documentation
Message-ID: <20000904001855.26128.qmail@eik.g.aas.no> p4raw-id: //depot/perl@7024
Diffstat (limited to 'ext')
-rw-r--r--ext/Opcode/Opcode.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/Opcode/Opcode.pm b/ext/Opcode/Opcode.pm
index 9338d392fa..841120c4c6 100644
--- a/ext/Opcode/Opcode.pm
+++ b/ext/Opcode/Opcode.pm
@@ -163,7 +163,7 @@ accumulated set of ops at that point.
=item an operator set (opset)
-An I<opset> as a binary string of approximately 43 bytes which holds a
+An I<opset> as a binary string of approximately 44 bytes which holds a
set or zero or more operators.
The opset and opset_to_ops functions can be used to convert from
@@ -185,7 +185,7 @@ tags and sets. All are available for export by the package.
=item opcodes
In a scalar context opcodes returns the number of opcodes in this
-version of perl (around 340 for perl5.002).
+version of perl (around 350 for perl-5.7.0).
In a list context it returns a list of all the operator names.
(Not yet implemented, use @names = opset_to_ops(full_opset).)