Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 16933d619ff0a6284a4a90626ab5d39e472c694f
https://github.com/Perl/perl5/commit/16933d619ff0a6284a4a90626ab5d39e472c694f
Author: Chris 'BinGOs' Williams <[email protected]>
Date: 2020-02-07 (Fri, 07 Feb 2020)
Changed paths:
M MANIFEST
M Porting/Maintainers.pl
M cpan/Scalar-List-Utils/ListUtil.xs
M cpan/Scalar-List-Utils/Makefile.PL
M cpan/Scalar-List-Utils/lib/List/Util.pm
M cpan/Scalar-List-Utils/lib/List/Util/XS.pm
M cpan/Scalar-List-Utils/lib/Scalar/Util.pm
M cpan/Scalar-List-Utils/lib/Sub/Util.pm
M cpan/Scalar-List-Utils/t/reduce.t
A cpan/Scalar-List-Utils/t/reductions.t
A cpan/Scalar-List-Utils/t/sample.t
M cpan/Scalar-List-Utils/t/shuffle.t
M cpan/Scalar-List-Utils/t/uniq.t
Log Message:
-----------
Update Scalar-List-Utils to CPAN version 1.54
[DELTA]
1.54 -- 2020-02-02 15:47
[CHANGES]
* Added List::Util::reductions (RT128237)
* Added List::Util::sample (RT131535)
* Recognise $List::Util::RAND as a source of randomness for sampling
functions (RT131536)
[BUGFIXES]
* Document the difference between ref() and reftype() on precompiled
qr// regexps (RT127963)
* Various improvements to List::Util::uniqnum() to handle stringified
Inf and NaN, negative zero
* Detect platform NV size and number of digits required to calculate
uniqueness