Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Lucy CPAN distribution.

Report information
The Basics
Id: 76353
Status: resolved
Priority: 0/
Queue: Lucy

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

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



Subject: Test failure with newer Pod::Checker
With a newer Pod::Checker (e.g. the version included in perl 5.15.9, or the latest version on CPAN) a test fails: *** ERROR: Apparent command =cut not preceded by blank line at line 75 in file lib/Lucy/Object/Obj.pm # Failed test 'Bad POD for 'lib/Lucy/Object/Obj.pm'' # at t/binding/801-pod_checker.t line 52. *** ERROR: Apparent command =cut not preceded by blank line at line 77 in file lib/LucyX/Remote/SearchClient.pm # Failed test 'Bad POD for 'lib/LucyX/Remote/SearchClient.pm'' # at t/binding/801-pod_checker.t line 52. # Looks like you failed 2 tests of 104. t/binding/801-pod_checker.t ........... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/104 subtests Regards, Slaven
We've resolved this by not shipping that test file in the CPAN tarball. We also patched the POD bugs and fixed the test for dev purposes.