Skip Menu |

This queue is for tickets about the Net-Duowan-DNS CPAN distribution.

Report information
The Basics
Id: 116761
Status: open
Priority: 0/
Queue: Net-Duowan-DNS

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

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



Subject: pod coverage test fails
See subject. Test log: # Failed test 'Pod coverage on Net::Duowan::DNS::Owner' # at /opt/perl-5.22.3-RC2/lib/site_perl/5.22.3/Test/Pod/Coverage.pm line 133. # Net::Duowan::DNS::Owner: couldn't find pod # Failed test 'Pod coverage on Net::Duowan::DNS::Records' # at /opt/perl-5.22.3-RC2/lib/site_perl/5.22.3/Test/Pod/Coverage.pm line 133. # Net::Duowan::DNS::Records: couldn't find pod # Failed test 'Pod coverage on Net::Duowan::DNS::Zones' # at /opt/perl-5.22.3-RC2/lib/site_perl/5.22.3/Test/Pod/Coverage.pm line 133. # Net::Duowan::DNS::Zones: couldn't find pod # Failed test 'Pod coverage on Net::Duowan::DNS::Common' # at /opt/perl-5.22.3-RC2/lib/site_perl/5.22.3/Test/Pod/Coverage.pm line 133. # Net::Duowan::DNS::Common: couldn't find pod # Looks like you failed 4 tests of 5. t/pod-coverage.t .. Dubious, test returned 4 (wstat 1024, 0x400) Failed 4/5 subtests
On 2016-08-06 07:20:10, SREZIC wrote: Show quoted text
> See subject. Test log: > > # Failed test 'Pod coverage on Net::Duowan::DNS::Owner' > # at /opt/perl-5.22.3-RC2/lib/site_perl/5.22.3/Test/Pod/Coverage.pm > line 133. > # Net::Duowan::DNS::Owner: couldn't find pod > > # Failed test 'Pod coverage on Net::Duowan::DNS::Records' > # at /opt/perl-5.22.3-RC2/lib/site_perl/5.22.3/Test/Pod/Coverage.pm > line 133. > # Net::Duowan::DNS::Records: couldn't find pod > > # Failed test 'Pod coverage on Net::Duowan::DNS::Zones' > # at /opt/perl-5.22.3-RC2/lib/site_perl/5.22.3/Test/Pod/Coverage.pm > line 133. > # Net::Duowan::DNS::Zones: couldn't find pod > > # Failed test 'Pod coverage on Net::Duowan::DNS::Common' > # at /opt/perl-5.22.3-RC2/lib/site_perl/5.22.3/Test/Pod/Coverage.pm > line 133. > # Net::Duowan::DNS::Common: couldn't find pod > # Looks like you failed 4 tests of 5. > t/pod-coverage.t .. > Dubious, test returned 4 (wstat 1024, 0x400) > Failed 4/5 subtests
While this test failure is indeed an issue that should be corrected, please don't allow pod, critic or kwalitee tests to run for normal user installs, as they make the installation fail unnecessarily when newer versions of the tester module introduces errors that you cannot anticipate. Also spelling tests are dependent on what dictionaries are installed locally, and critic tests use all plugins that are installed, both of which cannot be predicted in advance. Either move them to xt/, or guard them with: plan skip_all => "These tests are for authors only!" unless $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};
Subject: Re: [rt.cpan.org #116761] pod coverage test fails
Date: Mon, 8 Aug 2016 09:49:11 +0800
To: bug-Net-Duowan-DNS [...] rt.cpan.org
From: 彭勇华 <pengyonghua [...] dnsbed.com>
Hi, why lack of POD is shown as a bug? Show quoted text
> couldn't find pod
2016-08-06 22:20 GMT+08:00 Slaven_Rezic via RT < bug-Net-Duowan-DNS@rt.cpan.org>: Show quoted text
> Sat Aug 06 10:20:10 2016: Request 116761 was acted upon. > Transaction: Ticket created by SREZIC > Queue: Net-Duowan-DNS > Subject: pod coverage test fails > Broken in: 1.2.0 > Severity: (no value) > Owner: Nobody > Requestors: SREZIC@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=116761 > > > > See subject. Test log: > > # Failed test 'Pod coverage on Net::Duowan::DNS::Owner' > # at /opt/perl-5.22.3-RC2/lib/site_perl/5.22.3/Test/Pod/Coverage.pm > line 133. > # Net::Duowan::DNS::Owner: couldn't find pod > > # Failed test 'Pod coverage on Net::Duowan::DNS::Records' > # at /opt/perl-5.22.3-RC2/lib/site_perl/5.22.3/Test/Pod/Coverage.pm > line 133. > # Net::Duowan::DNS::Records: couldn't find pod > > # Failed test 'Pod coverage on Net::Duowan::DNS::Zones' > # at /opt/perl-5.22.3-RC2/lib/site_perl/5.22.3/Test/Pod/Coverage.pm > line 133. > # Net::Duowan::DNS::Zones: couldn't find pod > > # Failed test 'Pod coverage on Net::Duowan::DNS::Common' > # at /opt/perl-5.22.3-RC2/lib/site_perl/5.22.3/Test/Pod/Coverage.pm > line 133. > # Net::Duowan::DNS::Common: couldn't find pod > # Looks like you failed 4 tests of 5. > t/pod-coverage.t .. > Dubious, test returned 4 (wstat 1024, 0x400) > Failed 4/5 subtests >
On 2016-08-07 21:49:31, pengyonghua@dnsbed.com wrote: Show quoted text
> Hi, > > why lack of POD is shown as a bug?
This is the intention of the pod-coverage.t test in the distribution. If this test is there, then *everything* has to be documented, or exceptions have to be defined. Show quoted text
>
> > couldn't find pod
> > 2016-08-06 22:20 GMT+08:00 Slaven_Rezic via RT < > bug-Net-Duowan-DNS@rt.cpan.org>: >
> > Sat Aug 06 10:20:10 2016: Request 116761 was acted upon. > > Transaction: Ticket created by SREZIC > > Queue: Net-Duowan-DNS > > Subject: pod coverage test fails > > Broken in: 1.2.0 > > Severity: (no value) > > Owner: Nobody > > Requestors: SREZIC@cpan.org > > Status: new > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=116761 > > > > > > > See subject. Test log: > > > > # Failed test 'Pod coverage on Net::Duowan::DNS::Owner' > > # at /opt/perl-5.22.3-RC2/lib/site_perl/5.22.3/Test/Pod/Coverage.pm > > line 133. > > # Net::Duowan::DNS::Owner: couldn't find pod > > > > # Failed test 'Pod coverage on Net::Duowan::DNS::Records' > > # at /opt/perl-5.22.3-RC2/lib/site_perl/5.22.3/Test/Pod/Coverage.pm > > line 133. > > # Net::Duowan::DNS::Records: couldn't find pod > > > > # Failed test 'Pod coverage on Net::Duowan::DNS::Zones' > > # at /opt/perl-5.22.3-RC2/lib/site_perl/5.22.3/Test/Pod/Coverage.pm > > line 133. > > # Net::Duowan::DNS::Zones: couldn't find pod > > > > # Failed test 'Pod coverage on Net::Duowan::DNS::Common' > > # at /opt/perl-5.22.3-RC2/lib/site_perl/5.22.3/Test/Pod/Coverage.pm > > line 133. > > # Net::Duowan::DNS::Common: couldn't find pod > > # Looks like you failed 4 tests of 5. > > t/pod-coverage.t .. > > Dubious, test returned 4 (wstat 1024, 0x400) > > Failed 4/5 subtests > >