my ($import, $unimport, $init_meta) = Moose::Exporter->build_import_methods( as_is => ['Logger::log_warn'] ); sub import { goto &$import }