1require Test::Simple;
2
3use lib 't/lib';
4require Test::Simple::Catch;
5my($out, $err) = Test::Simple::Catch::caught();
6
7Test::Simple->import(tests => 5);
8
9ok(0);
10ok(0);
11ok('');
12ok(0);
13ok(0);
14