Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-Pod CPAN distribution.

Report information
The Basics
Id: 47913
Status: resolved
Priority: 0/
Queue: Test-Pod

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

Bug Information
Severity: Critical
Broken in: 1.40
Fixed in: (no value)



Subject: t/link.t fails.
Using a fresh[0] install of 5.10 on OSX 10.4/intel, Test::Pod fails its test suite (causing the install to die) with: [13:17:52] t/link.t ............... 1/2 # Failed test 't/link.pod is bad' # at t/link.t line 20. # STDOUT is: # ok 1 - POD test for t/link.pod # # not: # not ok 1 - POD test for t/link.pod # # as expected # STDERR is: # # not: # /#\s+Failed\ test.*?\n?.*?at\ t\/link\.t line 15.*\n?/ # # # t/link.pod (14): L<text|scheme:...> is invalid according to perlpod # # as expected [13:17:52] t/link.t ............... Failed 1/2 subtests [0] Modulo the very large number of modules I was in the middle of installing for Padre.
Andy requested this output: $ prove -v t/00-load.t t/00-load....1..2 ok 1 - use Test::Pod; # Testing Test::Pod 1.26, Perl 5.010000, /Users/coke/bin/perl ok 2 - use Pod::Simple; # Using Pod::Simple 3.05 ok 77 ms All tests successful. Files=1, Tests=2, 0 wallclock secs ( 0.05 cusr + 0.01 csys = 0.06 CPU)
Whoops - previous version was run with the wrong perl AND the wrong Test::pod. This output is using the new perl install, and the local version of Test::Pod that we're trying to test: $ /Users/coke/research/padre/perl/bin/perl -T -Iblib/lib t/00-load.t 1..2 ok 1 - use Test::Pod; ok 2 - use Pod::Simple; # Testing Test::Pod 1.40, Perl 5.010000, /Users/coke/research/padre/perl/bin/perl # Using Pod::Simple 3.05
You are using Pod::Simple 3.05. Pod::Simple 3.07 is a requirement in the Makefile.PL. How are you bypassing that?
On Wed Jul 15 15:12:56 2009, PETDANCE wrote: Show quoted text
> You are using Pod::Simple 3.05. Pod::Simple 3.07 is a requirement in > the Makefile.PL. How are you bypassing that?
Root cause is probably https://rt.cpan.org/Ticket/Display.html?id=39709
Fixed by Pod::Simple 3.08.