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.