http://qs1969.pair.com?node_id=529759


in reply to Re: How Do I Bundle Perl Modules and Their Tests Into the Same File?
in thread How Do I Bundle Perl Modules and Their Tests Into the Same File?

would this work if the module is required, from a sub? for instance:
sub foo { require abc; abc->bar(); }