Subject: | Undeclared dependencies |
As per subject.
% grep -r ^use lib
lib/Arff/Util.pm:use Moose;
lib/Arff/Util.pm:use Data::Dumper;
lib/Arff/Util.pm:use String::Util ':all';
lib/Arff/Util.pm~:use Moose;
lib/Arff/Util.pm~:use Data::Dumper;
lib/Arff/Util.pm~:use String::Util ':all';
But neither Moose nor String::Util are declared as prerequisites. Please
do: it allows for automated testing of the cpan without producing
spurious fails.
BTW, why is a Arff/Util.pm~ in the tarball? Did you try 'make dist' for
rolling the tarball?
Best regards,