Skip Menu |

This queue is for tickets about the Desktop-Notify CPAN distribution.

Report information
The Basics
Id: 104453
Status: resolved
Priority: 0/
Queue: Desktop-Notify

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

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



Subject: pod.t started to fail with 0.04
# Failed test 'POD test for blib/lib/Desktop/Notify/Notification.pm' # at /usr/perl5.21.11p/lib/site_perl/5.21.11/Test/Pod.pm line 186. # blib/lib/Desktop/Notify/Notification.pm (145): '=item' outside of any '=over' # blib/lib/Desktop/Notify/Notification.pm (159): =over without closing =back # Looks like you failed 1 test of 2. t/pod.t ........... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests
On 2015-05-14 22:53:37, SREZIC wrote: Show quoted text
> # Failed test 'POD test for blib/lib/Desktop/Notify/Notification.pm' > # at /usr/perl5.21.11p/lib/site_perl/5.21.11/Test/Pod.pm line 186. > # blib/lib/Desktop/Notify/Notification.pm (145): '=item' outside of > any '=over' > # blib/lib/Desktop/Notify/Notification.pm (159): =over without closing > =back > # Looks like you failed 1 test of 2. > t/pod.t ........... > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/2 subtests
Please don't have pod syntax, spelling or kwalitee tests run for normal end-user installations. 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};
On Fri May 15 14:16:33 2015, ETHER wrote: Show quoted text
> On 2015-05-14 22:53:37, SREZIC wrote:
> > # Failed test 'POD test for > > blib/lib/Desktop/Notify/Notification.pm' > > # at /usr/perl5.21.11p/lib/site_perl/5.21.11/Test/Pod.pm line 186. > > # blib/lib/Desktop/Notify/Notification.pm (145): '=item' outside of > > any '=over' > > # blib/lib/Desktop/Notify/Notification.pm (159): =over without > > closing > > =back > > # Looks like you failed 1 test of 2. > > t/pod.t ........... > > Dubious, test returned 1 (wstat 256, 0x100) > > Failed 1/2 subtests
> > > Please don't have pod syntax, spelling or kwalitee tests run for > normal end-user installations. 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};
Uploading 0.05 with the POD syntax fixed and POD tetss skipped by default.