X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FOpcode%2FOpcode.pm;h=e0078e5d382fbbb7eef22ace53b39b3e7e40b742;hb=096e1543c0e39bb253015dc55f8bedc6c90a5277;hp=b12b993d7d6e89e2dc1b0e039c0d255ac0289b6b;hpb=867809392992bd48a1da65640b75738187cf196a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Opcode/Opcode.pm b/ext/Opcode/Opcode.pm index b12b993..e0078e5 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.11"; 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) @@ -534,6 +536,14 @@ SystemV Interprocess Communications: shmctl shmget shmread shmwrite +=item :load + +This tag holds opcodes related to loading modules and getting information +about calling environment and args. + + require dofile + caller + =item :still_to_be_decided chdir @@ -548,9 +558,6 @@ SystemV Interprocess Communications: pack unpack -- can be used to create/use memory pointers entereval -- can be used to hide code from initial compile - require dofile - - caller -- get info about calling environment and args reset