Skip Menu |

This queue is for tickets about the Module-CPANTS-Analyse CPAN distribution.

Report information
The Basics
Id: 84951
Status: open
Priority: 0/
Queue: Module-CPANTS-Analyse

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

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



CC: ether [...] cpan.org
Subject: Failed test 'has_test_pod' dose not see use Test::Requires { 'Test::Pod' => 1.46 };
t/kwalitee.t ........ 10/13 # Failed test 'has_test_pod' # at /home/kevin/perl5/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3/Test/Kwalitee.pm line 104. # Add a test using Test::Pod to check for pod correctness.Doesn't include a test for pod correctness (Test::Pod) I asume that this is due to Kwalitee being confused by use Test::Requires { 'Test::Pod' => 1.46 };
Subject: 02-pod.t
use strict; use warnings FATAL => 'all'; use English qw( -no_match_vars ); local $OUTPUT_AUTOFLUSH = 1; use Test::More; use Test::Requires { 'Test::Pod' => 1.46 }; all_pod_files_ok(); done_testing(); __END__
This needs to be closed as 'has_test_pod' test has been removed, as per the v1.09 entry in the Changes file: https://metacpan.org/changes/distribution/Test-Kwalitee#L33
CC: ether [...] cpan.org
Subject: Re: [rt.cpan.org #84951] Failed test 'has_test_pod' dose not see use Test::Requires { 'Test::Pod' => 1.46 };
Date: Sat, 18 Jan 2014 21:40:03 +0000
To: bug-Module-CPANTS-Analyse [...] rt.cpan.org, bowtie [...] cpan.org
From: kevin dawson <kevin [...] dawson10.plus.com>
On 18/01/14 21:32, Zoffix Znet via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=84951 > > > This needs to be closed as 'has_test_pod' test has been removed, as per the v1.09 entry in the Changes file: https://metacpan.org/changes/distribution/Test-Kwalitee#L33 >
hi karen it's ok with me if you want to close the ticket as issue is now out of scope regards kevin
On 2014-01-18 13:32:24, ZOFFIX wrote: Show quoted text
> This needs to be closed as 'has_test_pod' test has been removed, as > per the v1.09 entry in the Changes file: > https://metacpan.org/changes/distribution/Test-Kwalitee#L33
It was removed from Test::Kwalitee, but the metric still remains in Module::CPANTS::Kwalitee/SiteKwalitee.