Skip Menu |

This queue is for tickets about the XAS CPAN distribution.

Report information
The Basics
Id: 104466
Status: resolved
Worked: 1 hour (60 min)
Priority: 0/
Queue: XAS

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

Bug Information
Severity: (no value)
Broken in: 0.07
Fixed in: 0.09



Subject: t/pod.t fails
# Failed test 'POD test for blib/lib/XAS/Lib/Stomp/Parser.pm' # at /usr/perl5.20.2p/lib/site_perl/5.20.2/Test/Pod.pm line 187. # blib/lib/XAS/Lib/Stomp/Parser.pm (342): L<> starts or ends with whitespace # Failed test 'POD test for blib/lib/XAS/Apps/Rotate.pm' # at /usr/perl5.20.2p/lib/site_perl/5.20.2/Test/Pod.pm line 187. # blib/lib/XAS/Apps/Rotate.pm (784): L<> starts or ends with whitespace # Looks like you failed 2 tests of 45. t/pod.t ....... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/45 subtests
On 2015-05-16 00:06:51, SREZIC wrote: Show quoted text
> # Failed test 'POD test for blib/lib/XAS/Lib/Stomp/Parser.pm' > # at /usr/perl5.20.2p/lib/site_perl/5.20.2/Test/Pod.pm line 187. > # blib/lib/XAS/Lib/Stomp/Parser.pm (342): L<> starts or ends with whitespace > > # Failed test 'POD test for blib/lib/XAS/Apps/Rotate.pm' > # at /usr/perl5.20.2p/lib/site_perl/5.20.2/Test/Pod.pm line 187. > # blib/lib/XAS/Apps/Rotate.pm (784): L<> starts or ends with whitespace > # Looks like you failed 2 tests of 45. > t/pod.t ....... > Dubious, test returned 2 (wstat 512, 0x200) > Failed 2/45 subtests
Please don't allow pod syntax, spelling or kwalitee tests to run for normal user installs. 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 Sat May 16 03:06:51 2015, SREZIC wrote: Show quoted text
> # Failed test 'POD test for blib/lib/XAS/Lib/Stomp/Parser.pm' > # at /usr/perl5.20.2p/lib/site_perl/5.20.2/Test/Pod.pm line 187. > # blib/lib/XAS/Lib/Stomp/Parser.pm (342): L<> starts or ends with whitespace > > # Failed test 'POD test for blib/lib/XAS/Apps/Rotate.pm' > # at /usr/perl5.20.2p/lib/site_perl/5.20.2/Test/Pod.pm line 187. > # blib/lib/XAS/Apps/Rotate.pm (784): L<> starts or ends with whitespace > # Looks like you failed 2 tests of 45. > t/pod.t ....... > Dubious, test returned 2 (wstat 512, 0x200) > Failed 2/45 subtests
Fixed in version 0.08. Which is available at https://github.com/klesteb or http://kesteb.us/trac. I am not satisfied with the code base to upload to CPAN yet.