1N/Arequire Test::Simple;
1N/A
1N/Ause lib 't/lib';
1N/Arequire Test::Simple::Catch;
1N/Amy($out, $err) = Test::Simple::Catch::caught();
1N/A
1N/ATest::Simple->import(tests => 5);
1N/A
1N/Aok(0);
1N/Aok(0);
1N/Aok('');
1N/Aok(0);
1N/Aok(0);