Skip Menu |

This queue is for tickets about the Arff CPAN distribution.

Report information
The Basics
Id: 53640
Status: new
Priority: 0/
Queue: Arff

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.0
Fixed in: (no value)



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,