summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/ext/Opcode/Opcode.pm
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2001-05-24 18:34:40 +0000
committermillert <millert@openbsd.org>2001-05-24 18:34:40 +0000
commitc5dcfd37a3164fb53e0dfad8933a4e7c5f31c639 (patch)
tree3be355f56e8f30e0beb22d375a75a1e8ca129d25 /gnu/usr.bin/perl/ext/Opcode/Opcode.pm
parentstock perl 5.6.1 (diff)
downloadwireguard-openbsd-c5dcfd37a3164fb53e0dfad8933a4e7c5f31c639.tar.xz
wireguard-openbsd-c5dcfd37a3164fb53e0dfad8933a4e7c5f31c639.zip
merge in perl 5.6.1 with our local changes
Diffstat (limited to 'gnu/usr.bin/perl/ext/Opcode/Opcode.pm')
-rw-r--r--gnu/usr.bin/perl/ext/Opcode/Opcode.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/ext/Opcode/Opcode.pm b/gnu/usr.bin/perl/ext/Opcode/Opcode.pm
index 9338d392fae..841120c4c63 100644
--- a/gnu/usr.bin/perl/ext/Opcode/Opcode.pm
+++ b/gnu/usr.bin/perl/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).)