DEBSOURCES
Skip Quicknav
sources / perl / 5.32.1-4%2Bdeb11u3 / cpan / Test-Simple / t / Legacy / subtest / for_do_t.test
123456789
# Test used by t/subtest/do.t use Test::More; pass("First"); pass("Second"); pass("Third"); done_testing(3);