Skip Menu |

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

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

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

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



Subject: make pod tests optional
Tests for "is my Pod valid" are really for pre-shipping and shouldn't block a user from installing a module that works. The pod tests should check for $ENV{AUTHOR_TESTING} and should not require the installation of Pod testing libraries. -- rjbs
Show quoted text
> Tests for "is my Pod valid" are really for pre-shipping and shouldn't > block a user from installing a module that works. > > The pod tests should check for $ENV{AUTHOR_TESTING} and should not > require the installation of Pod testing libraries.
Fixed in 1.20, as part of my switching the dist to use Dist::Zilla.