Skip Menu |

This queue is for tickets about the RDF-Notation3 CPAN distribution.

Report information
The Basics
Id: 62575
Status: new
Priority: 0/
Queue: RDF-Notation3

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

Bug Information
Severity: Normal
Broken in: 0.91
Fixed in: (no value)



Subject: Fails if Test::Pod is not installed
I have a patch for you: --- t/03pod.t~ 2010-10-30 13:10:50.000000000 +0200 +++ t/03pod.t 2010-10-30 13:11:10.000000000 +0200 @@ -1,4 +1,4 @@ -use Test; +use Test::More; eval "use Test::Pod 1.00"; plan skip_all => "Test::Pod 1.00 required for testing POD" if $@; Test.pm does not understand skip_all. A random example of a FAIL report: http://www.cpantesters.org/cpan/report/01653213-b19f-3f77-b713-d32bba55d77f HTH, Thanks && Regards,