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.