Subject: | "uniq" is not exported by the List::Util module (0.1200) |
The test suite fails on some of my smoker systems, probably if the installed List::Util is too old:
...
# Failed test 'MIDI/Ngram.pm loaded ok'
# at t/00-compile.t line 43.
# got: '65280'
# expected: '0'
"uniq" is not exported by the List::Util module
Can't continue after import errors at /home/cpansand/.cpan/build/2020052503/MIDI-Ngram-0.1200-dyMAlq/blib/lib/MIDI/Ngram.pm line 14.
BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2020052503/MIDI-Ngram-0.1200-dyMAlq/blib/lib/MIDI/Ngram.pm line 14.
Compilation failed in require at -e line 1.
# Looks like you failed 1 test of 1.
t/00-compile.t ...........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
... etc ...