Skip Menu |

This queue is for tickets about the Catalyst-View-TT-ControllerLocal CPAN distribution.

Report information
The Basics
Id: 105010
Status: open
Priority: 0/
Queue: Catalyst-View-TT-ControllerLocal

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

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



Subject: t/pod.t fails
Test output: # Failed test 'POD test for blib/lib/Catalyst/View/TT/ControllerLocal.pm' # at /opt/perl-5.18.2/lib/site_perl/5.18.2/Test/Pod.pm line 187. # blib/lib/Catalyst/View/TT/ControllerLocal.pm (146): Non-ASCII character seen before =encoding in 'ÄT'. Assuming ISO8859-1 # Looks like you failed 1 test of 2. t/pod.t ........... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests To fix this, probably just an =encoding directive should be added to the top of the Pod.
On 2015-06-05 23:35:43, SREZIC wrote: Show quoted text
> Test output: > > # Failed test 'POD test for > blib/lib/Catalyst/View/TT/ControllerLocal.pm' > # at /opt/perl-5.18.2/lib/site_perl/5.18.2/Test/Pod.pm line 187. > # blib/lib/Catalyst/View/TT/ControllerLocal.pm (146): Non-ASCII > character seen before =encoding in 'ÄT'. Assuming ISO8859-1 > # Looks like you failed 1 test of 2. > t/pod.t ........... > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/2 subtests > > > To fix this, probably just an =encoding directive should be added to > the top of the Pod.
Please don't 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};