Subject: | Use test 'all_pod_coverage_ok' for Test::PodCoverage |
Date: | Fri, 18 Jun 2010 12:42:43 +0200 |
To: | bug-Test-XT [...] rt.cpan.org |
From: | everybody <evrybod [...] gmail.com> |
For Test::PodCoverage, Test::XT currently uses the test 'pod_coverage_ok',
which expects a list of modules to be passed in, and thus fails out of the
box. Test::PodCoverage provides another test 'all_pod_coverage_ok', which
works out of the WriteXT box, doesn't need to be updated as modules are
added to a dist, and is more in line with the other tests Test::XT provides.
Below is a unified diff against version 0.03_01 . I hope this helps!
--- XT.pm 2010-06-17 21:48:30.000000000 +0200
+++ XT.pm 2010-06-17 21:49:03.000000000 +0200
@@ -172,7 +172,7 @@
default => 'distmanifest.t',
},
'Test::Pod::Coverage' => {
- test => 'pod_coverage_ok',
+ test => 'all_pod_coverage_ok',
release => 1,
comment => 'Ensure pod coverage in your distribution',
modules => {