Skip Menu |

This queue is for tickets about the Acme-Greek CPAN distribution.

Report information
The Basics
Id: 108980
Status: open
Priority: 0/
Queue: Acme-Greek

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

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



Subject: Pod test fails (encoding problem)
t/02-pod.t test fails because of encoding problems in pod: # Failed test 'POD test for blib/lib/Acme/Greek.pm' # at /opt/perl-5.20.1D/lib/site_perl/5.20.1/Test/Pod.pm line 186. Wide character in print at /opt/perl-5.20.1D/lib/site_perl/5.20.1/Test/Builder.pm line 1826. # blib/lib/Acme/Greek.pm (20): Non-ASCII character seen before =encoding in 'Ιτ'σ'. Assuming UTF-8 # Looks like you failed 1 test of 1. t/02-pod.t ....... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests
On 2015-11-15 13:02:17, SREZIC wrote: Show quoted text
> t/02-pod.t test fails because of encoding problems in pod: > > # Failed test 'POD test for blib/lib/Acme/Greek.pm' > # at /opt/perl-5.20.1D/lib/site_perl/5.20.1/Test/Pod.pm line 186. > Wide character in print at /opt/perl- > 5.20.1D/lib/site_perl/5.20.1/Test/Builder.pm line 1826. > # blib/lib/Acme/Greek.pm (20): Non-ASCII character seen before > =encoding in 'Ιτ'σ'. Assuming UTF-8 > # Looks like you failed 1 test of 1. > t/02-pod.t ....... > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/1 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};