This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix bug #38815 (localising keys which are UTF-8 encoded didn't delete
authorNicholas Clark <nick@ccl4.org>
Thu, 30 Mar 2006 20:37:03 +0000 (20:37 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 30 Mar 2006 20:37:03 +0000 (20:37 +0000)
commit7d654f43b92f51303a8d5388d3c3bfb7ebbceb22
tree2e25dddcf146578b2321b2bcd29bd231fc246916
parent1baaf5d77b117bc72b4f2555e0c839aed879e744
Fix bug #38815 (localising keys which are UTF-8 encoded didn't delete
them correctly on scope exit)

p4raw-id: //depot/perl@27637
pp_hot.c
scope.c
t/op/local.t