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

Incidentally a random tip. If you want Exporter to inject a function into your space you can
use Exporter qw(import);
rather than inheriting from Exporter.