Subject: | Undeclared dependency on perl 5.8.3 or Exporter |
One of my cpantesterswatch scripts discovered that you have only tests
failing with perl < 5.8.3.
All due to modern use of the Exporter.
If you do not want to get these fail reports you can add a 'use
5.008003' to your Makefile.PL. See
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Or you could declare the dependency on Exporter which is available from
CPAN. Current version is 5.63.
Or you could try to stick with old usage of Exporter but I doubt it's
worth it.
HTH, Regards,