This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix croak() and confess() so that they don't clobber $!
authorSteve Hay <SteveHay@planit.com>
Tue, 3 May 2005 08:51:24 +0000 (08:51 +0000)
committerSteve Hay <SteveHay@planit.com>
Tue, 3 May 2005 08:51:24 +0000 (08:51 +0000)
commit62e1ddac2ea58cd2a35011515be4801254772ba8
treee3439b004419ecce35771e52cebf31e6eaf7affd
parentf350b448ae021c71a4662e0a5bb0b3454004be98
Fix croak() and confess() so that they don't clobber $!
(plus tests to check this)

p4raw-id: //depot/perl@24374
lib/Carp.pm
lib/Carp.t