Debian lenny version packages
[pkg-perl] / deb-src / libtest-simple-perl / libtest-simple-perl-0.80 / t / lib / Test / Simple / sample_tests / five_fail.plx
1 require Test::Simple;
2
3 use lib 't/lib';
4 require Test::Simple::Catch;
5 my($out, $err) = Test::Simple::Catch::caught();
6
7 Test::Simple->import(tests => 5);
8
9 ok(0);
10 ok(0);
11 ok('');
12 ok(0);
13 ok(0);