Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
% corelist List::Util List::Util was first released with perl v5.7.3But 5.7.3 is not the version needed if uniq or uniqnum are used:
https://metacpan.org/dist/Scalar-List-Utils/changes:
1.44 -- 2016/03/17 23:08:46
CHANGES
* Added List::Util::uniq() and uniqnum()
% corelist -a List::Util | grep 1.44
NOPE
% corelist -r | grep 2016
v5.22.2 2016-04-29
...
5.22.2 is required to support uniq (or maybe an updated List::Util if that's possible). How do you determine what version of Perl your program requires? A robot told me this is a real gap in the Perl ecosystem...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How do you determine what version of Perl your program requires?
by LanX (Saint) on May 07, 2026 at 23:44 UTC | |
|
Re: How do you determine what version of Perl your program requires?
by LanX (Saint) on May 08, 2026 at 00:56 UTC |