Closed esproul closed 7 years ago
It looks to me like DateTime::Locale needs List::Util 1.45 specifically, since it uses List::Util's uniq
function (https://github.com/houseabsolute/DateTime-Locale/blob/9fdd399cb18ea6bd739a59e26f13ab9a8d7332f3/lib/DateTime/Locale/Base.pm#L97-L99) which is fixed to work without strangeness in List::Util 1.45 (https://metacpan.org/changes/distribution/Scalar-List-Utils#L19-23)
Yes, that is probably why that was done.
I'm attempting to
make test
under Perl 5.24 but getting this warning:5.24 is the latest stable version of perl, so could the List::Util version dependency be relaxed a bit?