Subject: | t/t-ValidPod.t fails |
The test suite fails:
...
# Failed test 'POD test for blib/lib/POD2/FR.pm'
# at /opt/perl-5.30.1/lib/site_perl/5.30.1/Test/Pod.pm line 184.
# blib/lib/POD2/FR.pm (303): Non-ASCII character seen before =encoding in 'n�'. Assuming CP1252
# Failed test 'POD test for blib/lib/POD2/FR/perlop.pod'
# at /opt/perl-5.30.1/lib/site_perl/5.30.1/Test/Pod.pm line 184.
# blib/lib/POD2/FR/perlop.pod (857): Expected text after =item, not a bullet
# Failed test 'POD test for blib/lib/POD2/FR/perlartistic.pod'
# at /opt/perl-5.30.1/lib/site_perl/5.30.1/Test/Pod.pm line 184.
# blib/lib/POD2/FR/perlartistic.pod (3): Non-ASCII character seen before =encoding in '�'. Assuming CP1252
# Looks like you failed 3 tests of 63.
t/t-ValidPod.t ..
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/63 subtests
...
It seems that =encoding directives are missing, but also there are other Pod problems.