Skip Menu |

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

Report information
The Basics
Id: 75851
Status: resolved
Priority: 0/
Queue: Module-CPANTS-Analyse

People
Owner: Nobody in particular
Requestors: xenoterracide [...] gmail.com
Cc:
AdminCc:

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



Subject: Pod::Coverage not detected correctly
Date: Sat, 17 Mar 2012 20:20:34 -0500
To: bugs-test-kwalitee [...] rt.cpan.org
From: Caleb Cushing <xenoterracide [...] gmail.com>
t/release-kwalitee.t .......... 1/13 # Failed test 'has_test_pod' # at /home/xenoterracide/perl5/perlbrew/perls/perl-5.14.2/lib/site_perl/5.14.2/Test/Kwalitee.pm line 101. # Add a test using Test::Pod to check for pod correctness.Doesn't include a test for pod correctness (Test::Pod) # Failed test 'has_test_pod_coverage' # at /home/xenoterracide/perl5/perlbrew/perls/perl-5.14.2/lib/site_perl/5.14.2/Test/Kwalitee.pm line 101. # Add a test using Test::Pod::Coverage to check for POD coverage.Doesn't include a test for pod coverage (Test::Pod::Coverage) # Looks like you failed 2 tests of 13. t/release-kwalitee.t .......... Dubious, test returned 2 (wstat 512, 0x200) grep -r Test::Pod::Coverage t t/release-pod-coverage.t:eval "use Test::Pod::Coverage 1.08"; t/release-pod-coverage.t:plan skip_all => "Test::Pod::Coverage 1.08 required for testing POD coverage" that actual file #!perl BEGIN { unless ($ENV{RELEASE_TESTING}) { require Test::More; Test::More::plan(skip_all => 'these tests are for release candidate testing'); } } use Test::More; eval "use Test::Pod::Coverage 1.08"; plan skip_all => "Test::Pod::Coverage 1.08 required for testing POD coverage" if $@; eval "use Pod::Coverage::TrustPod"; plan skip_all => "Pod::Coverage::TrustPod required for testing POD coverage" if $@; all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' }); -- Caleb Cushing http://xenoterracide.com
Subject: Re: [rt.cpan.org #75851] AutoReply: Pod::Coverage not detected correctly
Date: Sat, 17 Mar 2012 20:23:09 -0500
To: bug-Test-Kwalitee [...] rt.cpan.org
From: Caleb Cushing <xenoterracide [...] gmail.com>
also an attempted reinstall with the test failing. -- Caleb Cushing http://xenoterracide.com

Message body is not shown because sender requested not to inline it.

On Sat Mar 17 18:20:44 2012, XENO wrote: Show quoted text
> t/release-kwalitee.t .......... 1/13 > # Failed test 'has_test_pod' > # at /home/xenoterracide/perl5/perlbrew/perls/perl- > 5.14.2/lib/site_perl/5.14.2/Test/Kwalitee.pm > line 101. > # Add a test using Test::Pod to check for pod correctness.Doesn't > include a test for pod correctness (Test::Pod)
This bug is really about Module::CPANTS::Analyse, and should be moved to that queue, preferably in time that it can be seen for the Lancaster QA hackathon.
On Fri Mar 29 20:47:39 2013, ETHER wrote: Show quoted text
> This bug is really about Module::CPANTS::Analyse, and should be moved > to that queue, preferably in time that it can be seen for the > Lancaster QA hackathon.
Speaking of the QA hackathon, any attendee is welcome to take over maintainership of this module. I won't have time to work on it in the foreseeable future.
Thanks for the report. Both metrics are gone now (and module detection was improved with the latest Module::ExtractUse). Closed as resolved. On Sun Mar 18 10:20:44 2012, XENO wrote: Show quoted text
> t/release-kwalitee.t .......... 1/13 > # Failed test 'has_test_pod' > # at /home/xenoterracide/perl5/perlbrew/perls/perl- > 5.14.2/lib/site_perl/5.14.2/Test/Kwalitee.pm > line 101. > # Add a test using Test::Pod to check for pod correctness.Doesn't > include a test for pod correctness (Test::Pod) > > # Failed test 'has_test_pod_coverage' > # at /home/xenoterracide/perl5/perlbrew/perls/perl- > 5.14.2/lib/site_perl/5.14.2/Test/Kwalitee.pm > line 101. > # Add a test using Test::Pod::Coverage to check for POD > coverage.Doesn't include a test for pod coverage (Test::Pod::Coverage) > # Looks like you failed 2 tests of 13. > t/release-kwalitee.t .......... Dubious, test returned 2 (wstat 512, > 0x200) > > > grep -r Test::Pod::Coverage t > t/release-pod-coverage.t:eval "use Test::Pod::Coverage 1.08"; > t/release-pod-coverage.t:plan skip_all => "Test::Pod::Coverage 1.08 > required for testing POD coverage" > > > that actual file > #!perl > > BEGIN { > unless ($ENV{RELEASE_TESTING}) { > require Test::More; > Test::More::plan(skip_all => 'these tests are for release > candidate testing'); > } > } > > > use Test::More; > > eval "use Test::Pod::Coverage 1.08"; > plan skip_all => "Test::Pod::Coverage 1.08 required for testing POD > coverage" > if $@; > > eval "use Pod::Coverage::TrustPod"; > plan skip_all => "Pod::Coverage::TrustPod required for testing POD > coverage" > if $@; > > all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });