use parent 'Exporter'; sub import { # fiddle with @_ all you like here __PACKAGE__->export_to_level(1, @_); return; }