Subject: | uniq() segfault |
mst reports:
$ perl -MList::Util\ 999
List::Util version 999 required--this is only version 1.5.
BEGIN failed--compilation aborted.
$ perl -MList::Util=uniq -E 'say sort uniq (1, 2, 5, 3, 1, 2, 7)'
Segmentation fault
Though as yet I'm unable to reproduce:
leo@shy:~/src/perl/Scalar-List-Utils [git]
$ perl -Mblib -MList::Util=uniq -E 'say sort uniq (1, 2, 5, 3, 1, 2, 7)'
7213521
Though I do notice the output seems unexpected. More investigation required...
--
Paul Evans