Skip Menu |

This queue is for tickets about the POE CPAN distribution.

Report information
The Basics
Id: 24375
Status: resolved
Priority: 0/
Queue: POE

People
Owner: Nobody in particular
Requestors: j.-c.zeus [...] web.de
Cc:
AdminCc:

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



Subject: t/10_units/01_pod/02_pod_coverage fails
Perl 5.8.8 Pod::Coverage 0.17 on Debian 4.0, Linux xxx 2.6.19.2 #1 PREEMPT Fri Jan 12 10:53:49 CET 2007 i686 GNU/Linux t/10_units/01_pod/02_pod_coverage............Undefined subroutine &main::all_modules called at t/10_units/01_pod/02_pod_coverage.t line 31. # Looks like your test died before it could output anything. t/10_units/01_pod/02_pod_coverage............dubious Test returned status 255 (wstat 65280, 0xff00)
The issue is that the test requires Test::Pod::Coverage 1.00 in line 5, but depends on all_modules() being exported, which is only the case with Test::Pod::Coverage 1.08
Thanks for the report. I've committed a fix as revision 2171.