Skip Menu |

This queue is for tickets about the MIDI-Ngram CPAN distribution.

Report information
The Basics
Id: 132701
Status: resolved
Priority: 0/
Queue: MIDI-Ngram

People
Owner: gene [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.1600



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 ...
Looks like adding a Prereq of "List::Util = 1.44" to my dist.ini did the trick. :)