Sindbad~EG File Manager

Current Path : /proc/2470164/root/usr/share/doc/perl-Test-Simple/t/lib/Test/Simple/sample_tests/
Upload File :
Current File : //proc/2470164/root/usr/share/doc/perl-Test-Simple/t/lib/Test/Simple/sample_tests/death_in_eval.plx

require Test::Simple;
use Carp;

push @INC, 't/lib';
require Test::Simple::Catch;
my($out, $err) = Test::Simple::Catch::caught();

Test::Simple->import(tests => 5);

ok(1);
ok(1);
ok(1);
eval {
        die "Foo";
};
ok(1);
eval "die 'Bar'";
ok(1);

eval {
        croak "Moo";
};

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists