Change 31804 by [EMAIL PROTECTED] on 2007/09/06 14:45:52

        Change 31798 forgot to add the op 'once' to Opcode.pm

Affected files ...

... //depot/perl/ext/Opcode/Opcode.pm#35 edit

Differences ...

==== //depot/perl/ext/Opcode/Opcode.pm#35 (text) ====
Index: perl/ext/Opcode/Opcode.pm
--- perl/ext/Opcode/Opcode.pm#34~31610~ 2007-07-13 07:16:57.000000000 -0700
+++ perl/ext/Opcode/Opcode.pm   2007-09-06 07:45:52.000000000 -0700
@@ -6,7 +6,7 @@
 
 our($VERSION, @ISA, @EXPORT_OK);
 
-$VERSION = "1.09";
+$VERSION = "1.10";
 
 use Carp;
 use Exporter ();
@@ -395,6 +395,8 @@
 
     padsv padav padhv padany
 
+    once
+
     rv2gv refgen srefgen ref
 
     bless -- could be used to change ownership of objects (reblessing)
End of Patch.

Reply via email to