Your IP : 3.148.109.104


Current Path : /usr/share/doc/perl-Test-Simple-0.98/t/lib/
Upload File :
Current File : //usr/share/doc/perl-Test-Simple-0.98/t/lib/SigDie.pm

package SigDie;

use strict;

our $DIE;
$SIG{__DIE__} = sub { $DIE = $@ };

1;