develooper Front page | perl.perl5.porters | Postings from September 2000

[PATCH] Modernize Opcode.pm documentation

Thread Next
From:
Gisle Aas
Date:
September 3, 2000 17:18
Subject:
[PATCH] Modernize Opcode.pm documentation
Message ID:
20000904001855.26128.qmail@eik.g.aas.no
Index: ext/Opcode/Opcode.pm
===================================================================
RCS file: /local/perl/build/CVSROOT/perl/ext/Opcode/Opcode.pm,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 Opcode.pm
--- ext/Opcode/Opcode.pm	2000/09/03 23:29:45	1.1.1.1
+++ ext/Opcode/Opcode.pm	2000/09/04 00:16:32
@@ -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 exp
 =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).)

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About