This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Serialise changes to %^H onto the current COP. Return the compile time
authorNicholas Clark <nick@ccl4.org>
Fri, 31 Mar 2006 13:45:57 +0000 (13:45 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 31 Mar 2006 13:45:57 +0000 (13:45 +0000)
commitb3ca2e834c3607fd8aa8736a51aa3a2b8bba1044
treef1269aa993bfdc23b5f797da9cb5920a56cec989
parent1eed7ad13024ea01ff5ebed041ba65b758770a0f
Serialise changes to %^H onto the current COP. Return the compile time
state of %^H as an eleventh value from caller. This allows users to
write pragmas.

p4raw-id: //depot/perl@27643
20 files changed:
cop.h
dump.c
embed.fnc
embed.h
gv.c
hv.c
hv.h
makedef.pl
mg.c
op.c
perl.c
perl.h
pod/perlfunc.pod
pod/perlintern.pod
pp_ctl.c
proto.h
scope.c
scope.h
sv.c
t/op/caller.t