%PDF- %PDF-
| Direktori : /proc/self/root/proc/thread-self/root/usr/share/doc/perl-Test-Simple/t/lib/ |
| Current File : //proc/self/root/proc/thread-self/root/usr/share/doc/perl-Test-Simple/t/lib/SigDie.pm |
package SigDie;
use strict;
our $DIE;
$SIG{__DIE__} = sub { $DIE = $@ };
1;