Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the XML-RSS-LibXML CPAN distribution.

Report information
The Basics
Id: 15586
Status: new
Priority: 0/
Queue: XML-RSS-LibXML

People
Owner: Nobody in particular
Requestors: sekimura+cpan [...] gmail.com
Cc:
AdminCc:

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



Subject: a simple patch for pod-coverage.t
--- t/pod-coverage.t.orig 2005-11-07 12:57:49.000000000 +0900 +++ t/pod-coverage.t 2005-11-07 12:58:18.000000000 +0900 @@ -1,4 +1,5 @@ #!perl +use Test::More; eval "use Test::Pod::Coverage"; plan(skip_all => "Test::Pod::Coverage required for testing POD") if $@; all_pod_coverage_ok();