????

Your IP : 3.17.12.229


Current Path : /usr/share/doc/perl-Test-Simple/t/lib/Test/Simple/sample_tests/
Upload File :
Current File : //usr/share/doc/perl-Test-Simple/t/lib/Test/Simple/sample_tests/one_fail.plx

require Test::Simple;

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

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


ok(1);
ok(2);
ok(0);
ok(1);
ok(2);