Skip Menu |

This queue is for tickets about the SOAP-Transport-HTTP-Nginx CPAN distribution.

Report information
The Basics
Id: 95306
Status: open
Priority: 0/
Queue: SOAP-Transport-HTTP-Nginx

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

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



Subject: Test fails with perl 5.19.11 (pod coverage)
With perl 5.19.11, the pod-coverage.t test is failing. See http://www.cpantesters.org/cpan/report/7a75b2dc-d255-11e3-a698-72e9dfbfc7aa for a sample test report. For earlier perl versions it does not fail. See http://matrix.cpantesters.org/?dist=SOAP-Transport-HTTP-Nginx-0.01 for an overview of test reports. Regards, Slaven
Pod tests should not be run for the user at install time. Either move the test to xt/, or guard it with code like: use Test::More; plan skip_all => 'These tests are only for authors!' unless $ENV{AUTHOR_TESTING};
On 2014-05-03 12:23:17, ETHER wrote: Show quoted text
> Pod tests should not be run for the user at install time. Either move > the test to xt/, or guard it with code like: > > use Test::More; > plan skip_all => 'These tests are only for authors!' unless > $ENV{AUTHOR_TESTING};
As long as the pod test is properly maintained, there shouldn't be an issue with running it for everybody. This particular case is special, because it looks more like a perl 5.19.x regression, and is worth additional investigation. Regards, Slaven