in reply to Re: import not found
in thread import not found

Exporter does not inject a function

It does if you use

use Exporter qw( import );

instead of

use Exporter qw( ); our @ISA = 'Exporter';

But you still need to call it as a method.