Help for this page
$ cat test.t use Test::More; ... # Tests were run but no plan was declared and done_testing() was not s +een. Dubious, test returned 254 (wstat 65024, 0xfe00) All 1 subtests passed
$ cat test.t ... ok All tests successful. Files=1, Tests=1, ...