Subject: | "uniq" is not exported by the List::Util module |
It seems that the minimum version for the prerequisite List::Util needs to be set or increased:
...
# Failed test 'Archive/BagIt/Base.pm loaded ok'
# at t/00-compile.t line 53.
# got: '512'
# expected: '0'
"uniq" is not exported by the List::Util module
Can't continue after import errors at /home/cpansand/.cpan/build/2020041610/Archive-BagIt-0.055-78ZCUn/blib/lib/Archive/BagIt/Base.pm line 18.
BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2020041610/Archive-BagIt-0.055-78ZCUn/blib/lib/Archive/BagIt/Base.pm line 18.
Compilation failed in require at -e line 1.
# Failed test 'Archive/BagIt/DotBagIt.pm loaded ok'
# at t/00-compile.t line 53.
# got: '512'
# expected: '0'
"uniq" is not exported by the List::Util module
Can't continue after import errors at /home/cpansand/.cpan/build/2020041610/Archive-BagIt-0.055-78ZCUn/blib/lib/Archive/BagIt/Base.pm line 18.
BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2020041610/Archive-BagIt-0.055-78ZCUn/blib/lib/Archive/BagIt/Base.pm line 18.
Compilation failed in require at /usr/perl5.20.1Dp/lib/site_perl/5.20.1/Module/Runtime.pm line 317.
Compilation failed in require at -e line 1.
# Looks like you failed 2 tests of 11.
t/00-compile.t .....
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/11 subtests
...