in reply to Re^2: Redefined import method and EXPORT not working
in thread Redefined import method and EXPORT not working
Please, don't inherit from Exporter. Just use use Exporter 'import';. Inheritance as a way of getting access to methods of a module is not what I consider a clean approach.
|
|---|