This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #76138] perl inadvertently destroys signal handlers as of f746176000
authorFather Chrysostomos <sprout@cpan.org>
Sun, 5 Sep 2010 20:03:53 +0000 (22:03 +0200)
committerFlorian Ragwitz <rafl@debian.org>
Mon, 6 Sep 2010 15:20:54 +0000 (17:20 +0200)
commit44428a460de2170e69440fb654a61fe89892ba53
tree994c19d72e4f73b252d13699fa7e34c26909de71
parentfe642606b197643d481019a0cfe637837c580eff
[perl #76138] perl inadvertently destroys signal handlers as of f746176000

Stop magic applied to $!, %SIG, et al. from applying to similarly-
named variables in other packages.
MANIFEST
gv.c
pod/perldelta.pod
t/mro/basic.t
t/op/leaky-magic.t [new file with mode: 0644]