summaryrefslogtreecommitdiff
path: root/t/op/coreamp.t
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-08-26 23:31:36 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-08-26 23:44:38 -0700
commit014333460b4235140c1e4ad346b2581af7ff6592 (patch)
tree4ed94798dab023f1bca2f207449015cde5245edc /t/op/coreamp.t
parent17008668bc1759e4a1ff55f42c3d738e5534b5dc (diff)
downloadperl-014333460b4235140c1e4ad346b2581af7ff6592.tar.gz
GVs of localised arrays and hashes should be refcounted
Otherwise the GV can be freed before the scope-popping code can put the old entry back in it: $ perl -le 'local @{"x"}; delete $::{x}' Bus error $ perl -le 'local %{"x"}; delete $::{x}' Bus error
Diffstat (limited to 't/op/coreamp.t')
0 files changed, 0 insertions, 0 deletions