in reply to multiple "sub" packages in 1 file: possible? how?
BEGIN { package Foo; ... } use Test::More 'no_plan'; #use_ok 'Foo'; ... [download]