Skip Menu |

This queue is for tickets about the Tk-DoubleClick CPAN distribution.

Report information
The Basics
Id: 108422
Status: resolved
Priority: 0/
Queue: Tk-DoubleClick

People
Owner: DDUMONT [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: pod coverage test fails
See http://matrix.cpantesters.org/?dist=Tk-DoubleClick%200.02 for a fail/pass overview. Most (all?) test failures are caused by a failing t/pod-coverage.t test.
On 2015-11-03 13:55:30, SREZIC wrote: Show quoted text
> See http://matrix.cpantesters.org/?dist=Tk-DoubleClick%200.02 for a > fail/pass overview. Most (all?) test failures are caused by a failing > t/pod-coverage.t test.
Please don't allow pod tests to run for normal user installs. Either move them to xt/, or guard them with: plan skip_all => "These tests are for authors only!" unless $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};
Le Mar 03 Nov 2015 23:02:25, ETHER a écrit : Show quoted text
> Please don't allow pod tests to run for normal user installs. Either > move them to xt/, or guard them with:
I've contacted upstream. I'm now co-maintainer of this package. I'll fix this test. All the best
Done (a while ago..) Thanks for the report