PATH:
usr
/
share
/
doc
/
perl-Test-Simple-0.98
/
t
/
lib
/
Test
/
Simple
/
sample_tests
require Test::Simple; push @INC, 't/lib'; require Test::Simple::Catch; my($out, $err) = Test::Simple::Catch::caught(); Test::Simple->import(tests => 5); require Dev::Null; tie *STDERR, 'Dev::Null'; ok(1); ok(1); ok(1); ok(1); ok(1); $! = 0; die "This is a test";
[-] success.plx
[edit]
[-] extras.plx
[edit]
[+]
..
[-] pre_plan_death.plx
[edit]
[-] too_few_fail.plx
[edit]
[-] too_few.plx
[edit]
[-] exit.plx
[edit]
[-] two_fail.plx
[edit]
[-] one_fail.plx
[edit]
[-] death_in_eval.plx
[edit]
[-] death_with_handler.plx
[edit]
[-] death.plx
[edit]
[-] require.plx
[edit]
[-] five_fail.plx
[edit]
[-] last_minute_death.plx
[edit]