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 lib/Algorithm/Diff/Any.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.
See for example the first FAIL of eleven reports on this error:
http://www.nntp.perl.org/group/perl.cpan.testers/2009/12/msg6334862.html
Thanks,