From: Nicholas Clark Date: Thu, 6 Sep 2007 14:45:52 +0000 (+0000) Subject: Change 31798 forgot to add the op 'once' to Opcode.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=87fc0556b47941b30c7b531b3aa2a5ccc6fc77bb;p=p5sagit%2Fp5-mst-13.2.git Change 31798 forgot to add the op 'once' to Opcode.pm p4raw-id: //depot/perl@31804 --- diff --git a/ext/Opcode/Opcode.pm b/ext/Opcode/Opcode.pm index b12b993..a92fc28 100644 --- a/ext/Opcode/Opcode.pm +++ b/ext/Opcode/Opcode.pm @@ -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)