Help for this page
use My::App; my $app = My::App->new; $app->run;
sub import { __PACKAGE__->new->run }
use My::App; # yes that's it!