CC: | exodist [...] cpan.org |
Subject: | t/man/no-encode.t may fail |
On my smoker systems I encountered a new test failure:
...
# Failed test 'Encode is not loaded yet'
# at t/man/no-encode.t line 21.
# Failed test 'Cannot load Encode any more'
# at t/man/no-encode.t line 28.
# Failed test 'Degraded gracefully to non-utf8 output'
# at t/man/no-encode.t line 71.
# got: '.\" Automatically generated by Pod::Man 4.11 (Pod::Simple 3.35)
# .\"
# .\" Standard preamble:
# .\" ========================================================================
# .de Sp \" Vertical space (when we can't use .PP)
# .if t .sp .5v
(more nroff following)
...
A sample test report on CPAN Testers (from another smoker): http://www.cpantesters.org/cpan/report/47a1d39a-5644-11e9-8659-b5ab3ed95ff0
I did not debug the problem, but my guess is that recent Test::More versions may load Encode.pm quite early, possibly breaking the test assumptions.