PATH:
usr
/
share
/
doc
/
perl-Test-Simple
/
t
/
lib
/
Test
/
Simple
/
sample_tests
/
Editing: missing_done_testing.plx
require Test::Simple; push @INC, 't/lib'; require Test::Simple::Catch; my($out, $err) = Test::Simple::Catch::caught(); Test::Simple->import(); ok(1);
SAVE
CANCEL