summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2020-02-07 11:06:59 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2020-02-07 11:06:59 +0000
commit16933d619ff0a6284a4a90626ab5d39e472c694f (patch)
tree20368966a1ba504726a1b13d8a5a9591c9e4251b /MANIFEST
parent678b72023483688ebcb07d7fd6365e73a5a000e9 (diff)
downloadperl-16933d619ff0a6284a4a90626ab5d39e472c694f.tar.gz
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
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index d8d62c6dcc..090810d971 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1967,9 +1967,11 @@ cpan/Scalar-List-Utils/t/product.t List::Util
cpan/Scalar-List-Utils/t/prototype.t
cpan/Scalar-List-Utils/t/readonly.t Scalar::Util
cpan/Scalar-List-Utils/t/reduce.t List::Util
+cpan/Scalar-List-Utils/t/reductions.t
cpan/Scalar-List-Utils/t/refaddr.t Scalar::Util
cpan/Scalar-List-Utils/t/reftype.t Scalar::Util
cpan/Scalar-List-Utils/t/rt-96343.t Scalar::Util
+cpan/Scalar-List-Utils/t/sample.t
cpan/Scalar-List-Utils/t/scalarutil-proto.t
cpan/Scalar-List-Utils/t/shuffle.t List::Util
cpan/Scalar-List-Utils/t/stack-corruption.t List::Util