Skip Menu |

This queue is for tickets about the Reddit-Client CPAN distribution.

Report information
The Basics
Id: 106857
Status: resolved
Priority: 0/
Queue: Reddit-Client

People
Owner: EARTHTONE [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 1.0
  • 1.01
Fixed in: (no value)



Subject: pod coverage test fails (1.0)
Tests fail if Test::Pod::Coverage is installed: # Failed test 'Pod coverage on Reddit::Client' # at /usr/perl5.22.0p/lib/site_perl/5.22.0/Test/Pod/Coverage.pm line 133. # Coverage for Reddit::Client is 84.2%, with 6 naked subroutines: # authenticate # authorize # get_permalink # get_token # is_logged_in # send_message # Failed test 'Pod coverage on Reddit::Client::Request' # at /usr/perl5.22.0p/lib/site_perl/5.22.0/Test/Pod/Coverage.pm line 133. # Coverage for Reddit::Client::Request is 80.0%, with 1 naked subroutine: # token_request # Looks like you failed 2 tests of 8. t/pod-coverage.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/8 subtests
On 2015-09-03 12:12:37, SREZIC wrote: Show quoted text
> Tests fail if Test::Pod::Coverage is installed: > > # Failed test 'Pod coverage on Reddit::Client' > # at /usr/perl5.22.0p/lib/site_perl/5.22.0/Test/Pod/Coverage.pm line 133. > # Coverage for Reddit::Client is 84.2%, with 6 naked subroutines: > # authenticate > # authorize > # get_permalink > # get_token > # is_logged_in > # send_message > > # Failed test 'Pod coverage on Reddit::Client::Request' > # at /usr/perl5.22.0p/lib/site_perl/5.22.0/Test/Pod/Coverage.pm line 133. > # Coverage for Reddit::Client::Request is 80.0%, with 1 naked subroutine: > # token_request > # Looks like you failed 2 tests of 8. > t/pod-coverage.t .. > Dubious, test returned 2 (wstat 512, 0x200) > Failed 2/8 subtests
Please don't allow pod tests to run for normal user installs. Either move them to xt/, or guarded with something like: plan skip_all => "These tests are for authors only!" unless $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};
Subject: Re: [rt.cpan.org #106857] pod coverage test fails (1.0)
Date: Thu, 03 Sep 2015 20:49:48 +0000
To: bug-Reddit-Client [...] rt.cpan.org
From: Jeff Ober <jeffober [...] gmail.com>
Last I checked, these tests were guarded with an environmental variable. I'm in the process of transferring this to a new maintainer; I'll ensure he is aware of the problem. On Thu, Sep 3, 2015, 4:41 PM Karen Etheridge via RT < bug-Reddit-Client@rt.cpan.org> wrote: Show quoted text
> Queue: Reddit-Client > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=106857 > > > On 2015-09-03 12:12:37, SREZIC wrote:
> > Tests fail if Test::Pod::Coverage is installed: > > > > # Failed test 'Pod coverage on Reddit::Client' > > # at /usr/perl5.22.0p/lib/site_perl/5.22.0/Test/Pod/Coverage.pm line
> 133.
> > # Coverage for Reddit::Client is 84.2%, with 6 naked subroutines: > > # authenticate > > # authorize > > # get_permalink > > # get_token > > # is_logged_in > > # send_message > > > > # Failed test 'Pod coverage on Reddit::Client::Request' > > # at /usr/perl5.22.0p/lib/site_perl/5.22.0/Test/Pod/Coverage.pm line
> 133.
> > # Coverage for Reddit::Client::Request is 80.0%, with 1 naked subroutine: > > # token_request > > # Looks like you failed 2 tests of 8. > > t/pod-coverage.t .. > > Dubious, test returned 2 (wstat 512, 0x200) > > Failed 2/8 subtests
> > > Please don't allow pod tests to run for normal user installs. Either move > them to xt/, or guarded with something like: > > plan skip_all => "These tests are for authors only!" unless > $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING}; >
-- -Jeff #---------------------------------------------------------------------- --------- # Old programmers don't die; they just parse on... #---------------------------------------------------------------------- ---------
On 2015-09-03 16:50:13, jeffober@gmail.com wrote: Show quoted text
> Last I checked, these tests were guarded with an environmental > variable. > I'm in the process of transferring this to a new maintainer; I'll > ensure he > is aware of the problem. > > On Thu, Sep 3, 2015, 4:41 PM Karen Etheridge via RT < > bug-Reddit-Client@rt.cpan.org> wrote: >
> > Queue: Reddit-Client > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=106857 > > > > > On 2015-09-03 12:12:37, SREZIC wrote:
> > > Tests fail if Test::Pod::Coverage is installed: > > > > > > # Failed test 'Pod coverage on Reddit::Client' > > > # at /usr/perl5.22.0p/lib/site_perl/5.22.0/Test/Pod/Coverage.pm > > > line
> > 133.
> > > # Coverage for Reddit::Client is 84.2%, with 6 naked subroutines: > > > # authenticate > > > # authorize > > > # get_permalink > > > # get_token > > > # is_logged_in > > > # send_message > > > > > > # Failed test 'Pod coverage on Reddit::Client::Request' > > > # at /usr/perl5.22.0p/lib/site_perl/5.22.0/Test/Pod/Coverage.pm > > > line
> > 133.
> > > # Coverage for Reddit::Client::Request is 80.0%, with 1 naked > > > subroutine: > > > # token_request > > > # Looks like you failed 2 tests of 8. > > > t/pod-coverage.t .. > > > Dubious, test returned 2 (wstat 512, 0x200) > > > Failed 2/8 subtests
> > > > > > Please don't allow pod tests to run for normal user installs. Either > > move > > them to xt/, or guarded with something like: > > > > plan skip_all => "These tests are for authors only!" unless > > $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING}; > >
1.01 is still failing: # Failed test 'Pod coverage on Reddit::Client' # at /usr/perl5.16.3t/lib/site_perl/5.16.3/Test/Pod/Coverage.pm line 133. # Coverage for Reddit::Client is 80.0%, with 8 naked subroutines: # authenticate # get_comments # get_permalink # is_logged_in # load_session # login # save_session # send_message # Failed test 'Pod coverage on Reddit::Client::Request' # at /usr/perl5.16.3t/lib/site_perl/5.16.3/Test/Pod/Coverage.pm line 133. # Coverage for Reddit::Client::Request is 80.0%, with 1 naked subroutine: # token_request # Looks like you failed 2 tests of 8. t/pod-coverage.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/8 subtests
On 2015-09-05 01:54:57, SREZIC wrote: Show quoted text
> On 2015-09-03 16:50:13, jeffober@gmail.com wrote:
> > Last I checked, these tests were guarded with an environmental > > variable. > > I'm in the process of transferring this to a new maintainer; I'll > > ensure he > > is aware of the problem. > > > > On Thu, Sep 3, 2015, 4:41 PM Karen Etheridge via RT < > > bug-Reddit-Client@rt.cpan.org> wrote: > >
> > > Queue: Reddit-Client > > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=106857 > > > > > > > On 2015-09-03 12:12:37, SREZIC wrote:
> > > > Tests fail if Test::Pod::Coverage is installed: > > > > > > > > # Failed test 'Pod coverage on Reddit::Client' > > > > # at /usr/perl5.22.0p/lib/site_perl/5.22.0/Test/Pod/Coverage.pm > > > > line
> > > 133.
> > > > # Coverage for Reddit::Client is 84.2%, with 6 naked subroutines: > > > > # authenticate > > > > # authorize > > > > # get_permalink > > > > # get_token > > > > # is_logged_in > > > > # send_message > > > > > > > > # Failed test 'Pod coverage on Reddit::Client::Request' > > > > # at /usr/perl5.22.0p/lib/site_perl/5.22.0/Test/Pod/Coverage.pm > > > > line
> > > 133.
> > > > # Coverage for Reddit::Client::Request is 80.0%, with 1 naked > > > > subroutine: > > > > # token_request > > > > # Looks like you failed 2 tests of 8. > > > > t/pod-coverage.t .. > > > > Dubious, test returned 2 (wstat 512, 0x200) > > > > Failed 2/8 subtests
> > > > > > > > > Please don't allow pod tests to run for normal user installs. Either > > > move > > > them to xt/, or guarded with something like: > > > > > > plan skip_all => "These tests are for authors only!" unless > > > $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING}; > > >
> > 1.01 is still failing: > > # Failed test 'Pod coverage on Reddit::Client' > # at /usr/perl5.16.3t/lib/site_perl/5.16.3/Test/Pod/Coverage.pm line 133. > # Coverage for Reddit::Client is 80.0%, with 8 naked subroutines: > # authenticate > # get_comments > # get_permalink > # is_logged_in > # load_session > # login > # save_session > # send_message > > # Failed test 'Pod coverage on Reddit::Client::Request' > # at /usr/perl5.16.3t/lib/site_perl/5.16.3/Test/Pod/Coverage.pm line 133. > # Coverage for Reddit::Client::Request is 80.0%, with 1 naked subroutine: > # token_request > # Looks like you failed 2 tests of 8. > t/pod-coverage.t .. > Dubious, test returned 2 (wstat 512, 0x200) > Failed 2/8 subtests
Still broken in the latest 1.07 release.
Subject: Re: [rt.cpan.org #106857] pod coverage test fails
Date: Sun, 11 Oct 2015 21:18:23 +0000
To: bug-Reddit-Client [...] rt.cpan.org
From: Jeff Ober <jeffober [...] gmail.com>
Please contact the new maintainer, earthtone. I no longer contribute to this package. If the form weren't broken on pause, the ownership of the name space would be fully transferred as well. On Sun, Oct 11, 2015, 11:06 AM Slaven_Rezic via RT < bug-Reddit-Client@rt.cpan.org> wrote: Show quoted text
> Queue: Reddit-Client > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=106857 > > > On 2015-09-05 01:54:57, SREZIC wrote:
> > On 2015-09-03 16:50:13, jeffober@gmail.com wrote:
> > > Last I checked, these tests were guarded with an environmental > > > variable. > > > I'm in the process of transferring this to a new maintainer; I'll > > > ensure he > > > is aware of the problem. > > > > > > On Thu, Sep 3, 2015, 4:41 PM Karen Etheridge via RT < > > > bug-Reddit-Client@rt.cpan.org> wrote: > > >
> > > > Queue: Reddit-Client > > > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=106857 > > > > > > > > > On 2015-09-03 12:12:37, SREZIC wrote:
> > > > > Tests fail if Test::Pod::Coverage is installed: > > > > > > > > > > # Failed test 'Pod coverage on Reddit::Client' > > > > > # at /usr/perl5.22.0p/lib/site_perl/5.22.0/Test/Pod/Coverage.pm > > > > > line
> > > > 133.
> > > > > # Coverage for Reddit::Client is 84.2%, with 6 naked subroutines: > > > > > # authenticate > > > > > # authorize > > > > > # get_permalink > > > > > # get_token > > > > > # is_logged_in > > > > > # send_message > > > > > > > > > > # Failed test 'Pod coverage on Reddit::Client::Request' > > > > > # at /usr/perl5.22.0p/lib/site_perl/5.22.0/Test/Pod/Coverage.pm > > > > > line
> > > > 133.
> > > > > # Coverage for Reddit::Client::Request is 80.0%, with 1 naked > > > > > subroutine: > > > > > # token_request > > > > > # Looks like you failed 2 tests of 8. > > > > > t/pod-coverage.t .. > > > > > Dubious, test returned 2 (wstat 512, 0x200) > > > > > Failed 2/8 subtests
> > > > > > > > > > > > Please don't allow pod tests to run for normal user installs. Either > > > > move > > > > them to xt/, or guarded with something like: > > > > > > > > plan skip_all => "These tests are for authors only!" unless > > > > $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING}; > > > >
> > > > 1.01 is still failing: > > > > # Failed test 'Pod coverage on Reddit::Client' > > # at /usr/perl5.16.3t/lib/site_perl/5.16.3/Test/Pod/Coverage.pm line
> 133.
> > # Coverage for Reddit::Client is 80.0%, with 8 naked subroutines: > > # authenticate > > # get_comments > > # get_permalink > > # is_logged_in > > # load_session > > # login > > # save_session > > # send_message > > > > # Failed test 'Pod coverage on Reddit::Client::Request' > > # at /usr/perl5.16.3t/lib/site_perl/5.16.3/Test/Pod/Coverage.pm line
> 133.
> > # Coverage for Reddit::Client::Request is 80.0%, with 1 naked subroutine: > > # token_request > > # Looks like you failed 2 tests of 8. > > t/pod-coverage.t .. > > Dubious, test returned 2 (wstat 512, 0x200) > > Failed 2/8 subtests
> > Still broken in the latest 1.07 release. >
-- -Jeff #---------------------------------------------------------------------- --------- # Old programmers don't die; they just parse on... #---------------------------------------------------------------------- ---------
Subject: Re: [rt.cpan.org #106857] pod coverage test fails
Date: Sun, 11 Oct 2015 21:18:23 +0000
To: bug-Reddit-Client [...] rt.cpan.org
From: Jeff Ober <jeffober [...] gmail.com>
Please contact the new maintainer, earthtone. I no longer contribute to this package. If the form weren't broken on pause, the ownership of the name space would be fully transferred as well. On Sun, Oct 11, 2015, 11:06 AM Slaven_Rezic via RT < bug-Reddit-Client@rt.cpan.org> wrote: Show quoted text
> Queue: Reddit-Client > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=106857 > > > On 2015-09-05 01:54:57, SREZIC wrote:
> > On 2015-09-03 16:50:13, jeffober@gmail.com wrote:
> > > Last I checked, these tests were guarded with an environmental > > > variable. > > > I'm in the process of transferring this to a new maintainer; I'll > > > ensure he > > > is aware of the problem. > > > > > > On Thu, Sep 3, 2015, 4:41 PM Karen Etheridge via RT < > > > bug-Reddit-Client@rt.cpan.org> wrote: > > >
> > > > Queue: Reddit-Client > > > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=106857 > > > > > > > > > On 2015-09-03 12:12:37, SREZIC wrote:
> > > > > Tests fail if Test::Pod::Coverage is installed: > > > > > > > > > > # Failed test 'Pod coverage on Reddit::Client' > > > > > # at /usr/perl5.22.0p/lib/site_perl/5.22.0/Test/Pod/Coverage.pm > > > > > line
> > > > 133.
> > > > > # Coverage for Reddit::Client is 84.2%, with 6 naked subroutines: > > > > > # authenticate > > > > > # authorize > > > > > # get_permalink > > > > > # get_token > > > > > # is_logged_in > > > > > # send_message > > > > > > > > > > # Failed test 'Pod coverage on Reddit::Client::Request' > > > > > # at /usr/perl5.22.0p/lib/site_perl/5.22.0/Test/Pod/Coverage.pm > > > > > line
> > > > 133.
> > > > > # Coverage for Reddit::Client::Request is 80.0%, with 1 naked > > > > > subroutine: > > > > > # token_request > > > > > # Looks like you failed 2 tests of 8. > > > > > t/pod-coverage.t .. > > > > > Dubious, test returned 2 (wstat 512, 0x200) > > > > > Failed 2/8 subtests
> > > > > > > > > > > > Please don't allow pod tests to run for normal user installs. Either > > > > move > > > > them to xt/, or guarded with something like: > > > > > > > > plan skip_all => "These tests are for authors only!" unless > > > > $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING}; > > > >
> > > > 1.01 is still failing: > > > > # Failed test 'Pod coverage on Reddit::Client' > > # at /usr/perl5.16.3t/lib/site_perl/5.16.3/Test/Pod/Coverage.pm line
> 133.
> > # Coverage for Reddit::Client is 80.0%, with 8 naked subroutines: > > # authenticate > > # get_comments > > # get_permalink > > # is_logged_in > > # load_session > > # login > > # save_session > > # send_message > > > > # Failed test 'Pod coverage on Reddit::Client::Request' > > # at /usr/perl5.16.3t/lib/site_perl/5.16.3/Test/Pod/Coverage.pm line
> 133.
> > # Coverage for Reddit::Client::Request is 80.0%, with 1 naked subroutine: > > # token_request > > # Looks like you failed 2 tests of 8. > > t/pod-coverage.t .. > > Dubious, test returned 2 (wstat 512, 0x200) > > Failed 2/8 subtests
> > Still broken in the latest 1.07 release. >
-- -Jeff #---------------------------------------------------------------------- --------- # Old programmers don't die; they just parse on... #---------------------------------------------------------------------- ---------
Subject: Re: [rt.cpan.org #106857] pod coverage test fails
Date: Sun, 11 Oct 2015 21:18:23 +0000
To: bug-Reddit-Client [...] rt.cpan.org
From: Jeff Ober <jeffober [...] gmail.com>
Please contact the new maintainer, earthtone. I no longer contribute to this package. If the form weren't broken on pause, the ownership of the name space would be fully transferred as well. On Sun, Oct 11, 2015, 11:06 AM Slaven_Rezic via RT < bug-Reddit-Client@rt.cpan.org> wrote: Show quoted text
> Queue: Reddit-Client > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=106857 > > > On 2015-09-05 01:54:57, SREZIC wrote:
> > On 2015-09-03 16:50:13, jeffober@gmail.com wrote:
> > > Last I checked, these tests were guarded with an environmental > > > variable. > > > I'm in the process of transferring this to a new maintainer; I'll > > > ensure he > > > is aware of the problem. > > > > > > On Thu, Sep 3, 2015, 4:41 PM Karen Etheridge via RT < > > > bug-Reddit-Client@rt.cpan.org> wrote: > > >
> > > > Queue: Reddit-Client > > > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=106857 > > > > > > > > > On 2015-09-03 12:12:37, SREZIC wrote:
> > > > > Tests fail if Test::Pod::Coverage is installed: > > > > > > > > > > # Failed test 'Pod coverage on Reddit::Client' > > > > > # at /usr/perl5.22.0p/lib/site_perl/5.22.0/Test/Pod/Coverage.pm > > > > > line
> > > > 133.
> > > > > # Coverage for Reddit::Client is 84.2%, with 6 naked subroutines: > > > > > # authenticate > > > > > # authorize > > > > > # get_permalink > > > > > # get_token > > > > > # is_logged_in > > > > > # send_message > > > > > > > > > > # Failed test 'Pod coverage on Reddit::Client::Request' > > > > > # at /usr/perl5.22.0p/lib/site_perl/5.22.0/Test/Pod/Coverage.pm > > > > > line
> > > > 133.
> > > > > # Coverage for Reddit::Client::Request is 80.0%, with 1 naked > > > > > subroutine: > > > > > # token_request > > > > > # Looks like you failed 2 tests of 8. > > > > > t/pod-coverage.t .. > > > > > Dubious, test returned 2 (wstat 512, 0x200) > > > > > Failed 2/8 subtests
> > > > > > > > > > > > Please don't allow pod tests to run for normal user installs. Either > > > > move > > > > them to xt/, or guarded with something like: > > > > > > > > plan skip_all => "These tests are for authors only!" unless > > > > $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING}; > > > >
> > > > 1.01 is still failing: > > > > # Failed test 'Pod coverage on Reddit::Client' > > # at /usr/perl5.16.3t/lib/site_perl/5.16.3/Test/Pod/Coverage.pm line
> 133.
> > # Coverage for Reddit::Client is 80.0%, with 8 naked subroutines: > > # authenticate > > # get_comments > > # get_permalink > > # is_logged_in > > # load_session > > # login > > # save_session > > # send_message > > > > # Failed test 'Pod coverage on Reddit::Client::Request' > > # at /usr/perl5.16.3t/lib/site_perl/5.16.3/Test/Pod/Coverage.pm line
> 133.
> > # Coverage for Reddit::Client::Request is 80.0%, with 1 naked subroutine: > > # token_request > > # Looks like you failed 2 tests of 8. > > t/pod-coverage.t .. > > Dubious, test returned 2 (wstat 512, 0x200) > > Failed 2/8 subtests
> > Still broken in the latest 1.07 release. >
-- -Jeff #---------------------------------------------------------------------- --------- # Old programmers don't die; they just parse on... #---------------------------------------------------------------------- ---------
Fixed by removing the tests.