package bar; use parent 'Modern::Perl'; # rest of bar stuff 1; #### package bar; use Modern::Perl; sub import { ... goto &Modern::Perl::import; }