This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add clear magic to %^H so that the HE chain is reset when you empty it.
authorZefram <zefram@fysh.org>
Thu, 20 Aug 2009 23:49:14 +0000 (01:49 +0200)
committerVincent Pit <perl@profvince.com>
Fri, 21 Aug 2009 11:33:59 +0000 (13:33 +0200)
commitf747ebd621ca5f8cd5605b35b81db4ac486f68f9
treee412ad370ee591c40096e9d87a3aa30ac7b6b269
parenta8ae8fee103e29c80450bb74b87866088a24b4a1
Add clear magic to %^H so that the HE chain is reset when you empty it.

This fixes [perl #68590] : %^H not lexical enough.
13 files changed:
MANIFEST
cop.h
dump.c
embed.fnc
embed.h
mg.c
perl.h
pod/perlguts.pod
pp_ctl.c
proto.h
sv.c
t/comp/hints.aux [new file with mode: 0644]
t/comp/hints.t