Skip Menu |

This queue is for tickets about the Net-Magrathea CPAN distribution.

Report information
The Basics
Id: 131896
Status: open
Priority: 0/
Queue: Net-Magrathea

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

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



Subject: Encoding problem in Pod
t/pod.t fails: ... # Failed test 'POD test for blib/lib/Net/Magrathea.pm' # at /opt/perl-5.30.1/lib/site_perl/5.30.1/Test/Pod.pm line 184. Wide character in print at /opt/perl-5.30.1/lib/site_perl/5.30.1/Test2/Formatter/TAP.pm line 125. # blib/lib/Net/Magrathea.pm (309): Non-ASCII character seen before =encoding in '–'. Assuming UTF-8 # Looks like you failed 1 test of 1. t/pod.t ........... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests ... It seems like an =encoding directive on top of the Pod is missing.
Thanks. Are you a user? On Thu Feb 20 01:45:41 2020, SREZIC wrote: Show quoted text
> t/pod.t fails: > > ... > # Failed test 'POD test for blib/lib/Net/Magrathea.pm' > # at /opt/perl-5.30.1/lib/site_perl/5.30.1/Test/Pod.pm line 184. > Wide character in print at /opt/perl- > 5.30.1/lib/site_perl/5.30.1/Test2/Formatter/TAP.pm line 125. > # blib/lib/Net/Magrathea.pm (309): Non-ASCII character seen before > =encoding in '–'. Assuming UTF-8 > # Looks like you failed 1 test of 1. > t/pod.t ........... > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/1 subtests > ... > > It seems like an =encoding directive on top of the Pod is missing.
No, I stumbled over the failure while checking CPAN Testers results. Regards, Slaven On 2020-02-24 08:21:20, GHENRY wrote: Show quoted text
> Thanks. Are you a user? > > On Thu Feb 20 01:45:41 2020, SREZIC wrote:
> > t/pod.t fails: > > > > ... > > # Failed test 'POD test for blib/lib/Net/Magrathea.pm' > > # at /opt/perl-5.30.1/lib/site_perl/5.30.1/Test/Pod.pm line 184. > > Wide character in print at /opt/perl- > > 5.30.1/lib/site_perl/5.30.1/Test2/Formatter/TAP.pm line 125. > > # blib/lib/Net/Magrathea.pm (309): Non-ASCII character seen before > > =encoding in '–'. Assuming UTF-8 > > # Looks like you failed 1 test of 1. > > t/pod.t ........... > > Dubious, test returned 1 (wstat 256, 0x100) > > Failed 1/1 subtests > > ... > > > > It seems like an =encoding directive on top of the Pod is missing.
> >