/usr/share/doc/perl-Test-Simple/t/Legacy/Tester
#!/usr/bin/perl use Test::Builder::Tester tests => 1; use Test::More; eval { test_test("foo"); }; like($@, "/Not testing\. You must declare output with a test function first\./", "dies correctly on error");
.
Edit
..
Edit
tbt_01basic.t
Edit
tbt_02fhrestore.t
Edit
tbt_03die.t
Edit
tbt_04line_num.t
Edit
tbt_05faildiag.t
Edit
tbt_06errormess.t
Edit
tbt_07args.t
Edit
tbt_08subtest.t
Edit
tbt_09do.t
Edit
tbt_09do_script.pl
Edit