Subject: | The encoding pragma is no longer supported |
Module compilation fails with bleadperl (e.g. perl 5.25.4):
PERL_DL_NONLAZY=1 "/bbbike/perl-5.25.4/bin/perl5.25.4" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Failed test 'use Alvis::URLs;'
# at t/001_load.t line 8.
# Tried to use 'Alvis::URLs'.
# Error: The encoding pragma is no longer supported at /tmpfs/.cpan-build-cpansand/2016090718/Alvis-Bags-0.3-0/blib/lib/Alvis/URLs.pm line 17.
# BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2016090718/Alvis-Bags-0.3-0/blib/lib/Alvis/URLs.pm line 17.
# Compilation failed in require at t/001_load.t line 8.
# BEGIN failed--compilation aborted at t/001_load.t line 8.
# Looks like you failed 1 test of 1.
t/001_load.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests