summaryrefslogtreecommitdiff
path: root/ext/Opcode
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Opcode')
-rw-r--r--ext/Opcode/Opcode.pm4
1 files changed, 3 insertions, 1 deletions
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)