Subject: | "uniq" is not exported by the List::Util module |
The test suite fails on some systems, probably if List::Util is too old (i.e. lacking the uniq() function):
...
PERL_DL_NONLAZY=1 "/usr/perl5.20.1Dp/bin/perl5.20.1" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
"uniq" is not exported by the List::Util module
Can't continue after import errors at /home/cpansand/.cpan/build/2019121908/App-RetroPAN-0.02-hbqucx/blib/lib/App/RetroPAN.pm line 51.
BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2019121908/App-RetroPAN-0.02-hbqucx/blib/lib/App/RetroPAN.pm line 51.
Compilation failed in require at t/retropan.t line 8.
BEGIN failed--compilation aborted at t/retropan.t line 8.
t/retropan.t ..
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
...