Change 31798 forgot to add the op 'once' to Opcode.pm
Nicholas Clark [Thu, 6 Sep 2007 14:45:52 +0000 (14:45 +0000)]
p4raw-id: //depot/perl@31804

ext/Opcode/Opcode.pm

index b12b993..a92fc28 100644 (file)
@@ -6,7 +6,7 @@ use strict;
 
 our($VERSION, @ISA, @EXPORT_OK);
 
-$VERSION = "1.09";
+$VERSION = "1.10";
 
 use Carp;
 use Exporter ();
@@ -395,6 +395,8 @@ These are a hotchpotch of opcodes still waiting to be considered
 
     padsv padav padhv padany
 
+    once
+
     rv2gv refgen srefgen ref
 
     bless -- could be used to change ownership of objects (reblessing)