Skip Menu |

This queue is for tickets about the Plucene CPAN distribution.

Report information
The Basics
Id: 108644
Status: open
Priority: 0/
Queue: Plucene

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

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



Subject: pod test fails
# Failed test 'POD test for blib/lib/Plucene/TestCase.pm' # at /opt/perl-5.22.1-RC1t/lib/site_perl/5.22.1/Test/Pod.pm line 187. # blib/lib/Plucene/TestCase.pm (49): =over without closing =back # Failed test 'POD test for blib/lib/Plucene/Search/BooleanQuery.pm' # at /opt/perl-5.22.1-RC1t/lib/site_perl/5.22.1/Test/Pod.pm line 187. # blib/lib/Plucene/Search/BooleanQuery.pm (83): Expected text after =item, not a bullet # Looks like you failed 2 tests of 70. t/99_pod.t ........... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/70 subtests
On 2015-11-09 23:38:51, SREZIC wrote: Show quoted text
> # Failed test 'POD test for blib/lib/Plucene/TestCase.pm' > # at /opt/perl-5.22.1-RC1t/lib/site_perl/5.22.1/Test/Pod.pm line > 187. > # blib/lib/Plucene/TestCase.pm (49): =over without closing =back > > # Failed test 'POD test for blib/lib/Plucene/Search/BooleanQuery.pm' > # at /opt/perl-5.22.1-RC1t/lib/site_perl/5.22.1/Test/Pod.pm line > 187. > # blib/lib/Plucene/Search/BooleanQuery.pm (83): Expected text after > =item, not a bullet > # Looks like you failed 2 tests of 70. > t/99_pod.t ........... > Dubious, test returned 2 (wstat 512, 0x200) > Failed 2/70 subtests
Please do not allow pod 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 Tue Nov 10 02:38:51 2015, SREZIC wrote: Show quoted text
> # Failed test 'POD test for blib/lib/Plucene/TestCase.pm' > # at /opt/perl-5.22.1-RC1t/lib/site_perl/5.22.1/Test/Pod.pm line > 187. > # blib/lib/Plucene/TestCase.pm (49): =over without closing =back > > # Failed test 'POD test for blib/lib/Plucene/Search/BooleanQuery.pm' > # at /opt/perl-5.22.1-RC1t/lib/site_perl/5.22.1/Test/Pod.pm line > 187. > # blib/lib/Plucene/Search/BooleanQuery.pm (83): Expected text after > =item, not a bullet > # Looks like you failed 2 tests of 70. > t/99_pod.t ........... > Dubious, test returned 2 (wstat 512, 0x200) > Failed 2/70 subtests
Still failing against perl-5.31.0 on FreeBSD-12. ##### ... test_output => [ "Building and testing Plucene-1.25", "Building Plucene", "t/98_pod_coverage.t .. ok", "", "# Failed test 'POD test for blib/lib/Plucene/TestCase.pm'", "# at /home/jkeenan/var/tad/testing/perl-5.31.0/lib/site_perl/5.31.0/Test/Pod.pm line 184.", "# blib/lib/Plucene/TestCase.pm (49): =over without closing =back", "", "# Failed test 'POD test for blib/lib/Plucene/Search/BooleanQuery.pm'", "# at /home/jkeenan/var/tad/testing/perl-5.31.0/lib/site_perl/5.31.0/Test/Pod.pm line 184.", "# blib/lib/Plucene/Search/BooleanQuery.pm (83): Expected text after =item, not a bullet", "# Looks like you failed 2 tests of 70.", "t/99_pod.t ........... ", "Dubious, test returned 2 (wstat 512, 0x200)", "Failed 2/70 subtests ", "t/analyzers.t ........ ok", ... ##### Please heed ether's advice in previous post in this ticket. Thanks.