http://www.perlmonks.org?node_id=574013


in reply to RFC: Alias::Exporter

You might want to have a look at Sub::Install which already allows you to alias functions that you import/export. Also, look at Sub::Exporter, which is a replacement for Exporter that allows aliasing of exported functions (among many other things).