in reply to Re: "use base" or @ISA
in thread "use base" or @ISA

I use Exporter::Lite. It is much lighter and has a clean interface (its import() is simply exported). It doesn't support tags, but then I never needed them anyway.

Exporter::Tidy is another alternative if you need advanced features (some of which Exporter doesn't even offer.)

Makeshifts last the longest.