Skip Menu |

This queue is for tickets about the DateTimeX-Lite CPAN distribution.

Report information
The Basics
Id: 108574
Status: open
Priority: 0/
Queue: DateTimeX-Lite

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

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



Subject: pod test fails
If Test::Pod is installed: # Failed test 'POD test for blib/lib/DateTimeX/Lite/LeapSecond.pm' # at /opt/perl-5.22.1-RC1/lib/site_perl/5.22.1/Test/Pod.pm line 187. # blib/lib/DateTimeX/Lite/LeapSecond.pm (159): Non-ASCII character seen before =encoding in 'Flávio'. Assuming CP1252 # Looks like you failed 1 test of 21. t/pod.t .............................. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/21 subtests
On 2015-11-08 07:25:25, SREZIC wrote: Show quoted text
> If Test::Pod is installed: > > # Failed test 'POD test for blib/lib/DateTimeX/Lite/LeapSecond.pm' > # at /opt/perl-5.22.1-RC1/lib/site_perl/5.22.1/Test/Pod.pm line 187. > # blib/lib/DateTimeX/Lite/LeapSecond.pm (159): Non-ASCII character > seen before =encoding in 'Flávio'. Assuming CP1252 > # Looks like you failed 1 test of 21. > t/pod.t .............................. > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/21 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};