From 87fc0556b47941b30c7b531b3aa2a5ccc6fc77bb Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Thu, 6 Sep 2007 14:45:52 +0000 Subject: Change 31798 forgot to add the op 'once' to Opcode.pm p4raw-id: //depot/perl@31804 --- ext/Opcode/Opcode.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ext/Opcode') diff --git a/ext/Opcode/Opcode.pm b/ext/Opcode/Opcode.pm index b12b993d7d..a92fc28d99 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) -- cgit v1.2.1