diff options
author | mef <mef@pkgsrc.org> | 2015-04-24 15:58:27 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-04-24 15:58:27 +0000 |
commit | 4e130cafe1fec3fe3183a66e20e3ee0fb564d54a (patch) | |
tree | 65eee19b4bd392d1bac327b0401aec0a6290216a /devel | |
parent | ac0f117c008828a9c78f405cbe501b7addf04df2 (diff) | |
download | pkgsrc-4e130cafe1fec3fe3183a66e20e3ee0fb564d54a.tar.gz |
Update to 1.42
--------------
1.42 -- 2015/04/23 01:25:55
[CHANGES]
* Added List::Util::unpairs() - the inverse of pairs()
* Documentation to pre-warn users about the possible behaviour in a
later version where the pair* higher-order functionals are no longer
transparent to $_
[BUGFIXES]
* Silence some warnings at test time
* Ensure that the List::Util we're loading the XS via is a sufficient
version when Scalar::Util or Sub::Util load it (RT100863)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Scalar-List-Utils/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Scalar-List-Utils/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Scalar-List-Utils/Makefile b/devel/p5-Scalar-List-Utils/Makefile index b0378e59408..b34869c79ae 100644 --- a/devel/p5-Scalar-List-Utils/Makefile +++ b/devel/p5-Scalar-List-Utils/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.31 2015/01/04 12:26:36 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2015/04/24 15:58:27 mef Exp $ -DISTNAME= Scalar-List-Utils-1.41 +DISTNAME= Scalar-List-Utils-1.42 PKGNAME= p5-${DISTNAME} CATEGORIES= devel misc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scalar/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://metacpan.org/release/Scalar-List-Utils diff --git a/devel/p5-Scalar-List-Utils/distinfo b/devel/p5-Scalar-List-Utils/distinfo index 18dce574744..a740482cee6 100644 --- a/devel/p5-Scalar-List-Utils/distinfo +++ b/devel/p5-Scalar-List-Utils/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2015/01/04 12:26:36 wiz Exp $ +$NetBSD: distinfo,v 1.17 2015/04/24 15:58:27 mef Exp $ -SHA1 (Scalar-List-Utils-1.41.tar.gz) = afc782964abdc7ea5cf6655359a4e462b923875e -RMD160 (Scalar-List-Utils-1.41.tar.gz) = aef0a0d1aec933fd6cb236bda2f0d56014eeab67 -Size (Scalar-List-Utils-1.41.tar.gz) = 81115 bytes +SHA1 (Scalar-List-Utils-1.42.tar.gz) = a56f630a953783eeef6c94e83116b91efee3fc05 +RMD160 (Scalar-List-Utils-1.42.tar.gz) = 4c312fed12a67d51ce081503154e3d5c63f11252 +Size (Scalar-List-Utils-1.42.tar.gz) = 82574 bytes |