Current File : //usr/share/doc/perl-Test-Simple/t/lib/Test/Simple/sample_tests/too_few.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(1);
Page not found – Hello World !