summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-01-04 12:26:36 +0000
committerwiz <wiz@pkgsrc.org>2015-01-04 12:26:36 +0000
commitb7577a945338578d0abad6cd24cdf6c6d1cd75c5 (patch)
tree4573562750db761437729573d8e0fc4bf4b8ea23
parent8120449643d5576ec52f85bf59126b2939c08aa4 (diff)
downloadpkgsrc-b7577a945338578d0abad6cd24cdf6c6d1cd75c5.tar.gz
Update to 1.41:
1.41 -- 2014/09/05 15:49:50 [BUGFIXES] * Avoid pre-C99 declaration after statements (RT98624) * Fix use of GetMagic in List::Util::reduce (RT63211) 1.40 -- 2014/08/30 11:36:36 [CHANGES] * Added entire new module, Sub::Util to contain functions related to CODE refs * Added subname inspired by Sub::Identify * Added set_subname copied and renamed from Sub::Name * Also moved set_prototype into Sub::Name, with back-compat wrapper in Scalar::Util * Added prototype wrapper of CODE::prototype, for completeness * Nicer module documentation format, allows neater use of L</...> [THANKS] * This change was written at the YAPC::EU 2014 Hackathon hosted by Liz Mattijsen and Wendy van Dijk; much thanks to them for being its catalyst. 1.39 -- 2014/06/05 15:54:59 [CHANGES] * Have pairs() return blessed objects that recognise ->key and ->value as well as being two-element ARRAYs * Booleanise the result of looks_like_number() so as not to accidentally leak abstraction (RT94806) * Document the version each function was added in (RT96220) [BUGFIXES] * Try to preserve UV precision in sum() where possible (RT95902) * Document known lexical capture in pairmap bug RT95409 * SvGETMAGIC() in set_prototype() (RT72080)
-rw-r--r--devel/p5-Scalar-List-Utils/Makefile6
-rw-r--r--devel/p5-Scalar-List-Utils/distinfo8
2 files changed, 6 insertions, 8 deletions
diff --git a/devel/p5-Scalar-List-Utils/Makefile b/devel/p5-Scalar-List-Utils/Makefile
index d77deacea9f..b0378e59408 100644
--- a/devel/p5-Scalar-List-Utils/Makefile
+++ b/devel/p5-Scalar-List-Utils/Makefile
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2014/10/09 13:44:44 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.31 2015/01/04 12:26:36 wiz Exp $
-DISTNAME= Scalar-List-Utils-1.38
+DISTNAME= Scalar-List-Utils-1.41
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/}
diff --git a/devel/p5-Scalar-List-Utils/distinfo b/devel/p5-Scalar-List-Utils/distinfo
index efe92a3cef3..18dce574744 100644
--- a/devel/p5-Scalar-List-Utils/distinfo
+++ b/devel/p5-Scalar-List-Utils/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2014/02/16 19:30:35 sno Exp $
+$NetBSD: distinfo,v 1.16 2015/01/04 12:26:36 wiz Exp $
-SHA1 (Scalar-List-Utils-1.38.tar.gz) = d2c6c5bd632e1fdf1ce5e59720bff1fe5992d997
-RMD160 (Scalar-List-Utils-1.38.tar.gz) = 60bdc4a26e50042f29c3f4d510f1a7f58522d3ba
-Size (Scalar-List-Utils-1.38.tar.gz) = 75421 bytes
+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