Sorry, I was not logged in.
Duplicate requires in META.yml
Today it looks worse: it seems to fail on all of my smokers, not only the US-based one.
t/iban_gen.t fails on some systems (6.06)
Tests started to fail
Tests fail with uselongdouble perls
For some reason the XS implementation of List::MoreUtils does not get build for perl 5.25.12, hence the impression that the test fails only for 5.25.12. I just realized that List::MoreUtils::XS is a separate distribution which may or may not be installed.
Actually it seems to be a problem with the usage of @_ in the test script: $ env LIST_MOREUTILS_PP=1 perl5.18.4 -MList::MoreUtils=none -e '@_ = ([34]=>12); warn none { ref $_[2*$_] } 0' 1 at -e line 1. $ env LIST_MOREUTILS_PP=1 perl5.18.4 -MList::MoreUtils=none -e '@x = ([34]=>12); warn none { ref $x[2*$_] } 0' 0 at -e line 1.
It seems to be a problem with the pure perl implementation of List::MoreUtils. Works as expected: $ perl5.18.4 -Mblib -MPDL::IO::GD -e 'warn PDL::IO::GD->new(filename=>"/home/eserte/src/bbbike/images/car.gif", [34]=>12)' PDL::IO::GD::new couldn't parse its arguments. Expected a hash-ref or an inline hash or just a filename Is causing the test failure: $ env LIST_MOREUTILS_PP=1 perl5.18.4 -Mblib -MPDL::IO::GD -e 'warn PDL::IO::GD->new(filename=>"/home/eserte/src/bbbike/images/car.gif", [34]=>12)'...
t/gd_oo_tests.t fails with perl 5.25.12
Dead link on sf project page
The encoding pragma is no longer supported
Exit code of failed validations should be non-zero
A possible solution is to check using POSIX::DBL_EPSILON, see here: https://book...
Tests may fail if perl is compiled with -Duselongdouble
2.009: compilation not possible, PLplot is missing?
Various problems with CPAN release App-ClusterSSH-4.03_03