I believe you should "use Exporter" not "require Exporter"
I believe you should "require Exporter" or "use base 'Exporter'" not "use Exporter".
The exporter module defines &Exporter::import so that it can be inheritied by other modules. Calling Exporter::import('Exporter') doesn't really make sense.
In reply to Re^2: Writing Modules/namespace polution
by nobull
in thread Writing Modules/namespace polution
by thekestrel
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |