Thu Aug 15 02:43:24 2013 UTC ()
Update to 1.31

Upstream changes:
1.31 -- Wed Aug 14 20:38 UTC 2013

  * Bugfix pairmap to return list length in scalar context
  * Added "Odd number of elements" warnings to all pair* functions

1.30 -- Mon Aug 05 13:09 UTC 2013

  * Added pairfirst
  * Added MULTICALL implementations to pairmap/pairgrep/pairfirst
  * Fix declaration-after-code for C99-challenged compilers
  * Documentation updates to List::Util

1.29 -- Thu Aug 01 13:40 UTC 2013

  * Bugfix to pairmap/pairgrep when stack moves beneath them during operation

1.28 -- Thu Aug 01 12:19 UTC 2013
  -- BROKEN; do not use. See 1.29

  * Added pairgrep, pairmap, pairs (inspired by List::Pairwise)
  * Added pairkeys and pairvalues

1.26_001 -- Sun Dec 23 15:58

  * Fix multicall refcount bug RT#80646

1.26 -- Sun Dec 16 19:39

  * Merge patch from JDHEDDEN - Add Scalar::Util::isdual() RT#76150

1.25_01 -- Wed Nov 21 09:47

  * Fix a hash order dependency bug t/tainted.t
    (Currently this is a core only version to fix perl5 smokes)


(wen)
diff -r1.24 -r1.25 pkgsrc/devel/p5-Scalar-List-Utils/Makefile
diff -r1.12 -r1.13 pkgsrc/devel/p5-Scalar-List-Utils/distinfo

cvs diff -r1.24 -r1.25 pkgsrc/devel/p5-Scalar-List-Utils/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Scalar-List-Utils/Makefile 2013/05/31 12:40:42 1.24
+++ pkgsrc/devel/p5-Scalar-List-Utils/Makefile 2013/08/15 02:43:24 1.25
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.24 2013/05/31 12:40:42 wiz Exp $ 1# $NetBSD: Makefile,v 1.25 2013/08/15 02:43:24 wen Exp $
2# 2#
3 3
4DISTNAME= Scalar-List-Utils-1.25 4DISTNAME= Scalar-List-Utils-1.31
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 2 
7SVR4_PKGNAME= p5slu 6SVR4_PKGNAME= p5slu
8CATEGORIES= misc perl5 7CATEGORIES= misc perl5
9MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scalar/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scalar/}
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://search.cpan.org/dist/Scalar-List-Utils/ 11HOMEPAGE= http://search.cpan.org/dist/Scalar-List-Utils/
13COMMENT= Perl subroutines that would be nice to have in the perl core 12COMMENT= Perl subroutines that would be nice to have in the perl core
14LICENSE= ${PERL5_LICENSE} 13LICENSE= ${PERL5_LICENSE}
15 14
16PKG_INSTALLATION_TYPES= overwrite pkgviews 15PKG_INSTALLATION_TYPES= overwrite pkgviews
17 16
18USE_LANGUAGES= c 17USE_LANGUAGES= c
19PERL5_PACKLIST= auto/List/Util/.packlist 18PERL5_PACKLIST= auto/List/Util/.packlist

cvs diff -r1.12 -r1.13 pkgsrc/devel/p5-Scalar-List-Utils/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Scalar-List-Utils/distinfo 2012/09/10 14:25:44 1.12
+++ pkgsrc/devel/p5-Scalar-List-Utils/distinfo 2013/08/15 02:43:24 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2012/09/10 14:25:44 sno Exp $ 1$NetBSD: distinfo,v 1.13 2013/08/15 02:43:24 wen Exp $
2 2
3SHA1 (Scalar-List-Utils-1.25.tar.gz) = 0aad797912fc1d8e4468db96c04559e9e12fc3e1 3SHA1 (Scalar-List-Utils-1.31.tar.gz) = 22e28939a9a850429dfcb56a12e25e2bb61c6abc
4RMD160 (Scalar-List-Utils-1.25.tar.gz) = 1b645313a60e119c78abe10c019f1ea4b11d5e11 4RMD160 (Scalar-List-Utils-1.31.tar.gz) = e56f89842ab3dcd4a598fc1054fd19241eb35932
5Size (Scalar-List-Utils-1.25.tar.gz) = 67571 bytes 5Size (Scalar-List-Utils-1.31.tar.gz) = 72587 bytes