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


in reply to How to export multiple packages in one file to another Perl program?

As far as I understand it, the idea of using OO is that you do not export anything from within your classes

That said, for each package where you want to export something, you will need to use Exporter(); within the package