Subject: | Minimum required version of Exporter is 5.57 or thereabouts |
As per subject.
That's because the
use Exporter qw(import);
idiom was invented on that release.
Users of 5.8.2 and older will often not have the right Exporter
installed although it is available on CPAN.
Thanks,