Skip Menu |

This queue is for tickets about the POE-Component-Generic CPAN distribution.

Report information
The Basics
Id: 96442
Status: open
Priority: 0/
Queue: POE-Component-Generic

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

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



Subject: Fails if Test::Pod::Coverage is installed
As per subject. Sample fail reports: http://www.cpantesters.org/cpan/report/30502229 http://www.cpantesters.org/cpan/report/32388743 http://www.cpantesters.org/cpan/report/42239629 HTH&&Thanks, (Disclaimer: this was discovered by statistical analysis, I'm not speaking as a user)
On 2014-06-13 17:27:33, ANDK wrote: Show quoted text
> As per subject. Sample fail reports: > > http://www.cpantesters.org/cpan/report/30502229 > http://www.cpantesters.org/cpan/report/32388743 > http://www.cpantesters.org/cpan/report/42239629 > > HTH&&Thanks, > (Disclaimer: this was discovered by statistical analysis, I'm not > speaking as a user)
Pod tests should not be running at installation time. 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};
Thank you for the bug report. 0.1403 skips all POD tests.
Le Lun 07 Jui 2014 14:44:30, GWYN a écrit : Show quoted text
> Thank you for the bug report. > > 0.1403 skips all POD tests. >
There still are fail reports due pod-coverage, eg: http://www.cpantesters.org/cpan/report/30502229 This is with 0.1403 HTH&&Thanks,