Skip Menu |

This queue is for tickets about the Time-Duration CPAN distribution.

Report information
The Basics
Id: 101434
Status: resolved
Priority: 0/
Queue: Time-Duration

People
Owner: NEILB [...] cpan.org
Requestors: ether [...] cpan.org
Cc:
AdminCc:

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



Subject: Has a runtime-requires prereq on Test::Pod::Coverage
Test::Pod::Coverage should only be in develop-requires, and tests that use it should be moved to xt/ or guarded with a check to AUTHOR_TESTING.
The prereq is actually in build, but some tools combine this with 'runtime'. These things are only actually needed at test time (but should be in 'develop' instead).
On 2015-01-09 16:00:24, ETHER wrote: Show quoted text
> The prereq is actually in build, but some tools combine this with > 'runtime'.
This is being caused by an ancient version of Module::Install in inc/. This dist isn't fancy enough to need Module::Install; it can be rewritten to just use ExtUtils::MakeMaker.
Thanks -- fixed in 1.02.