Skip Menu |

This queue is for tickets about the MIME-tools CPAN distribution.

Report information
The Basics
Id: 102030
Status: open
Priority: 0/
Queue: MIME-tools

People
Owner: Nobody in particular
Requestors: quanah.gibsonmount [...] gmail.com
Cc:
AdminCc:

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



Subject: Remove dependency on Test::Deep for building
Test::Deep is not required to build the module, only for the test suite. It should be optional rather than required. Pulling in Test::Deep pulls in a ton of other unnecessary module dependencies.
On 2015-02-09 21:04:14, MISHIKAL wrote: Show quoted text
> Test::Deep is not required to build the module, only for the test > suite. It should be optional rather than required. Pulling in > Test::Deep pulls in a ton of other unnecessary module dependencies.
The problem here, unfortunately, is Module::Install - it only knows how to create v1.4 metafiles, rather than 2.0 -- which is required for Test::Deep to be listed in the test section of the prerequisites rather than build.