The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
1234567 use strict; use warnings;use Test::More tests => 2;use Graph;isnt($SIG{__DIE__}, \&Graph::__carp_confess, '$SIG{__DIE__}' );isnt($SIG{__WARN__}, \&Graph::__carp_confess, '$SIG{__WARN__}');
use
strict;
warnings;
Test::More
tests
=> 2;
Graph;
isnt(
$SIG
{__DIE__}, \
&Graph::__carp_confess
,
'$SIG{__DIE__}'
);
{__WARN__}, \
'$SIG{__WARN__}'