Skip Menu |

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

Report information
The Basics
Id: 58510
Status: new
Priority: 0/
Queue: Test-XT

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

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



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 => {