Skip Menu |

This queue is for tickets about the Text-Glob-Expand CPAN distribution.

Report information
The Basics
Id: 95935
Status: resolved
Priority: 0/
Queue: Text-Glob-Expand

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

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



Subject: pod test fails
Test output: # Failed test 'POD test for blib/lib/Text/Glob/Expand.pm' # at /opt/perl-5.20.0-RC1t/lib/site_perl/5.20.0/Test/Pod.pm line 186. # blib/lib/Text/Glob/Expand.pm (547): alternative text 'http://www.w3.org/Protocols/rfc2616/rfc2616-sec2.html#sec2.1' contains non-escaped | or / # Looks like you failed 1 test of 3. t/01.pod.t ............ Dubious, test returned 1 (wstat 256, 0x100) Failed 1/3 subtests
This test should not be running for normal user installs. Either move it to xt/, or guard it with: plan skip_all => 'this test is for authors only' unless $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};
Hi, thanks for your report. I'm tackling both points in one reply. On Sat May 24 13:40:32 2014, SREZIC wrote: Show quoted text
> # Failed test 'POD test for blib/lib/Text/Glob/Expand.pm' > # at /opt/perl-5.20.0-RC1t/lib/site_perl/5.20.0/Test/Pod.pm line > 186. > # blib/lib/Text/Glob/Expand.pm (547): alternative text > 'http://www.w3.org/Protocols/rfc2616/rfc2616-sec2.html#sec2.1' > contains non-escaped | or /
Although I can't replicate this, using perl 5.20.0 using perlbrew, and the latest Test::Pod from CPAN (v1.48), I concur that it has found a mistake, and I will correct it (or at least, attempt to), by reversing the two fields within the L<> tag. On Mon May 26 14:44:49 2014, ETHER wrote: Show quoted text
> This test should not be running for normal user installs. Either move > it to xt/, or guard it with: > > plan skip_all => 'this test is for authors only' unless > $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};
Also true, and I've moved the test to xt/. Updated in the git repository, I shall shortly be pushing a new releast to CPAN.
Fixed version v1.1.1 now on CPAN.