In perl.git, the branch doy/carp_stash_deletion has been created
<http://perl5.git.perl.org/perl.git/commitdiff/df23aac6453a471c048686c70de29324c71b2a15?hp=0000000000000000000000000000000000000000>
at df23aac6453a471c048686c70de29324c71b2a15 (commit)
- Log -----------------------------------------------------------------
commit df23aac6453a471c048686c70de29324c71b2a15
Author: Jesse Luehrs <[email protected]>
Date: Wed Mar 28 21:44:41 2012 -0500
fix Carp stacktraces after deleting a stash
When a stash is deleted, caller() will return undef in the package slot
for any stack level for which the deleted stash was the current package.
This made Carp confused in some cases, so fix that.
-----------------------------------------------------------------------
--
Perl5 Master Repository