sub import { # using goto to avoid updating caller # This will export everything to the package # that called this one goto &Foo::import; }