Subject: | Minimum version for Exporter should be 5.57 |
The dependency on the Exporter is missing and should be added and
specified with version 5.57. 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,