[perl-Scalar-List-Utils] Update to 1.38

Paul Howarth pghmcfc at fedoraproject.org
Wed Mar 26 13:52:55 UTC 2014


commit 2a025592022dc87ec2672223b27751d0ad236aa6
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Mar 26 13:51:06 2014 +0000

    Update to 1.38
    
    - New upstream release 1.38
      - Skip pairmap()'s MULTICALL implementation 5.8.9/5.10.0 as it doesn't work
        (CPAN RT#87857)
      - Comment on the fact that package "0" is defined but false (CPAN RT#88201)
      - TODO test in t/readonly.t now passes since 5.19.3 (CPAN RT#88223)
      - Added any, all, none, notall list reduction functions (inspired by
        List::MoreUtils)
      - Added List::Util::product()
      - Added Scalar::Util::unweaken()
      - Avoid C99/C++-style comments in XS code
      - Fix dualvar tests for perl 5.6; fix skip() test counts in dualvar.t
      - Neater documentation examples of other functions that can be built using
        reduce
      - Implement reduce() and first() even in the absence of MULTICALL
      - Various documentation changes/updates
      - Correct uses of overload operators in unit tests (CPAN RT#91969)

 .gitignore                  |    5 +----
 perl-Scalar-List-Utils.spec |   22 ++++++++++++++++++++--
 sources                     |    2 +-
 3 files changed, 22 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 79ddfcc..fbd941e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1 @@
-/Scalar-List-Utils-1.23.tar.gz
-/Scalar-List-Utils-1.25.tar.gz
-/Scalar-List-Utils-1.27.tar.gz
-/Scalar-List-Utils-1.31.tar.gz
+/Scalar-List-Utils-[0-9.]*.tar.gz
diff --git a/perl-Scalar-List-Utils.spec b/perl-Scalar-List-Utils.spec
index c1be0de..6b1933f 100644
--- a/perl-Scalar-List-Utils.spec
+++ b/perl-Scalar-List-Utils.spec
@@ -1,6 +1,6 @@
 Name:           perl-Scalar-List-Utils
-Version:        1.31
-Release:        293%{?dist}
+Version:        1.38
+Release:        1%{?dist}
 Summary:        A selection of general-utility scalar and list subroutines
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -66,6 +66,24 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Mar 26 2014 Paul Howarth <paul at city-fan.org> - 1.38-1
+- Update to 1.38
+  - Skip pairmap()'s MULTICALL implementation 5.8.9/5.10.0 as it doesn't work
+    (CPAN RT#87857)
+  - Comment on the fact that package "0" is defined but false (CPAN RT#88201)
+  - TODO test in t/readonly.t now passes since 5.19.3 (CPAN RT#88223)
+  - Added any, all, none, notall list reduction functions (inspired by
+    List::MoreUtils)
+  - Added List::Util::product()
+  - Added Scalar::Util::unweaken()
+  - Avoid C99/C++-style comments in XS code
+  - Fix dualvar tests for perl 5.6; fix skip() test counts in dualvar.t
+  - Neater documentation examples of other functions that can be built using
+    reduce
+  - Implement reduce() and first() even in the absence of MULTICALL
+  - Various documentation changes/updates
+  - Correct uses of overload operators in unit tests (CPAN RT#91969)
+
 * Fri Aug 16 2013 Iain Arnell <iarnell at gmail.com> 1.31-293
 - update to latest upstream version
 
diff --git a/sources b/sources
index ede2732..6d84033 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fa00004f4f32ee55249f198537a7c44e  Scalar-List-Utils-1.31.tar.gz
+cae0bff5dea8a14962229369edc02bac  Scalar-List-Utils-1.38.tar.gz



More information about the perl-devel mailing list