This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #48332] Debugger corrupts symbol table munging
authorFather Chrysostomos <sprout@cpan.org>
Fri, 1 Oct 2010 06:48:56 +0000 (23:48 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 1 Oct 2010 06:48:56 +0000 (23:48 -0700)
commitbe1cc4519b5ba35ec8c5b8a2b4a62c72cff05a2e
tree30181d1d0ca0fd5011f945fc501790f5cd866bb4
parentc059848dda15ddd2e5e825b0731428fe2ac3e644
[perl #48332] Debugger corrupts symbol table munging

This reverts commit 92adfbd49af0758bcc9a198cf2df2bd78c4176b9, which
removed a necessary assignment for the sake of consting.

In doing so, it allows subroutine redefinition to work properly again
in the debugger.
MANIFEST
pod/perldelta.pod
t/lib/Devel/switchd_empty.pm [new file with mode: 0644]
t/run/switchd.t
util.c