Subject: | Minimum required version of Exporter is 5.57 or thereabouts |
The dependency on the Exporter is missing and should be added and
specified with version 5.57. That's because the
use Exporter 'import';
idiom which I can see in Step.pm 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,