Help for this page
use App::Test::Foo; use App::Test::Bar; Test::Class->runtests;
# Foo.t use App::Test::Foo; ... # Bar.t use App::Test::Bar; Test::Class->runtests;