Skip Menu |

This queue is for tickets about the DIME-Tools CPAN distribution.

Report information
The Basics
Id: 11080
Status: new
Priority: 0/
Queue: DIME-Tools

People
Owner: Nobody in particular
Requestors: aaron [...] droogs.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.03
Fixed in: (no value)



Subject: Makefile.PL missing requisites and empty test breaks cpan installation
Installing DIME::Tools via CPAN was unsuccessful and I had to install it manually. This problem is easily resolved : Makefile.PL should have Data::UUID in it pre_req section t/1.t is empty and therefore make test will fail, it should contain at least a short plan and use_ok to check the module compiles I would create a new skeleton package with h2xs -X and use the skeleton test file. For users unable to install the module via cpan, just install Data::UUID first then install DIME::Tools manually and skip the make test.