summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorTodd Rinaldo <toddr@cpan.org>2018-03-18 17:08:04 -0500
committerTodd Rinaldo <toddr@cpan.org>2018-03-18 17:08:04 -0500
commit13bb7c4d393b51a96f457e6a551acf04efb18b90 (patch)
tree7c14a6ec60ba1215b86f3305958f0e8e7c94d6df /MANIFEST
parent43de38c477bd3ba3e0305e66dc3343de1b7dbb97 (diff)
downloadperl-13bb7c4d393b51a96f457e6a551acf04efb18b90.tar.gz
Upgrade Scalar::Util from version 1.49 to 1.50
[DELTA] 1.50 -- 2018-02-20 19:13:27 [CHANGES] * Added head() and tail() functions (thanks preaction) * Support binary and Unicode in symbol names for set_subname() [BUGFIXES] * Fix building with C++ and C89 compilers * Fix uniq() test for old Test::More * Fix example get_code_info for unnamed subs (RT#116962) * Fixes for symbol names containing ' characters * Don't leak SVs from sum0/product1 when called with zero args (RT#124017) * Use sv_rvunweaken() in Scalar::Util::unweaken() (thanks ilmari) * Misc. fixes for perl 5.6
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 849322756c..819daf0b44 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1988,8 +1988,10 @@ cpan/Scalar-List-Utils/t/00version.t Scalar::Util
cpan/Scalar-List-Utils/t/any-all.t List::Util
cpan/Scalar-List-Utils/t/blessed.t Scalar::Util
cpan/Scalar-List-Utils/t/dualvar.t Scalar::Util
+cpan/Scalar-List-Utils/t/exotic_names.t
cpan/Scalar-List-Utils/t/first.t List::Util
cpan/Scalar-List-Utils/t/getmagic-once.t
+cpan/Scalar-List-Utils/t/head-tail.t
cpan/Scalar-List-Utils/t/isvstring.t Scalar::Util
cpan/Scalar-List-Utils/t/lln.t Scalar::Util
cpan/Scalar-List-Utils/t/max.t List::Util