Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more
123456789101112 require Test::Simple;push @INC, 't/lib';require Test::Simple::Catch;my($out, $err) = Test::Simple::Catch::caught();Test::Simple->import(tests => 5);ok(0);ok(1);ok(0);
require Test::Simple;
push @INC, 't/lib';
require Test::Simple::Catch;
my($out, $err) = Test::Simple::Catch::caught();
Test::Simple->import(tests => 5);
ok(0);
ok(1);