diff options
author | wiz <wiz@pkgsrc.org> | 2016-04-08 15:12:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-04-08 15:12:10 +0000 |
commit | 0d6d614ebeafb10f4d581ca54b28585164825c4e (patch) | |
tree | a9b743be8cf6d78c0ba04098a34a0cb6acfb4837 /devel | |
parent | 9b8d8b7ef98408028b44edaf0ffd86e010d89e4e (diff) | |
download | pkgsrc-0d6d614ebeafb10f4d581ca54b28585164825c4e.tar.gz |
Updated p5-Scalar-List-Utils to 1.45
1.45 -- 2016/03/25 16:09:40
[CHANGES]
* Renamed existing uniq() to uniqstr()
* Canonicalise undef to {empty string,zero} in uniq{str,num}()
* Add a new uniq() with more DWIMish semantics around undef
[BUGFIXES]
* Fix uses of GET magic by the uniq*() family of functions. GET magic
is now always invoked exactly once if it exists.
1.44 -- 2016/03/17 23:08:46
[CHANGES]
* Added List::Util::uniq() and uniqnum()
(with thanks to randir and ilmari for assistance writing code and
tests)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Scalar-List-Utils/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Scalar-List-Utils/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Scalar-List-Utils/Makefile b/devel/p5-Scalar-List-Utils/Makefile index db736da41ad..a0a3d72584c 100644 --- a/devel/p5-Scalar-List-Utils/Makefile +++ b/devel/p5-Scalar-List-Utils/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2016/02/10 07:33:27 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2016/04/08 15:12:10 wiz Exp $ -DISTNAME= Scalar-List-Utils-1.43 +DISTNAME= Scalar-List-Utils-1.45 PKGNAME= p5-${DISTNAME} CATEGORIES= devel misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scalar/} diff --git a/devel/p5-Scalar-List-Utils/distinfo b/devel/p5-Scalar-List-Utils/distinfo index c43bf7ad976..79bb549faaf 100644 --- a/devel/p5-Scalar-List-Utils/distinfo +++ b/devel/p5-Scalar-List-Utils/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2016/02/10 07:33:27 wiz Exp $ +$NetBSD: distinfo,v 1.20 2016/04/08 15:12:10 wiz Exp $ -SHA1 (Scalar-List-Utils-1.43.tar.gz) = 8b62ab3d19370b5e66da422850e118d6d9a813d9 -RMD160 (Scalar-List-Utils-1.43.tar.gz) = e13b660c8b5027f6e204a70d9a2ad8a2ff36385b -SHA512 (Scalar-List-Utils-1.43.tar.gz) = e9d9d589aeee5c2d86e4e747a37a9fa8fa6f97708ec480f2dc09dbacdcba8898ee0d3886a538f149fe067a5c4c7c8635cf520ffa93068ddbbcbfee683eb85e16 -Size (Scalar-List-Utils-1.43.tar.gz) = 83419 bytes +SHA1 (Scalar-List-Utils-1.45.tar.gz) = 3eb86229acd75e4b50d1f99e839a136df42ec74b +RMD160 (Scalar-List-Utils-1.45.tar.gz) = ebf3372d6612e07e9f6a22b6b9bd9a37428015da +SHA512 (Scalar-List-Utils-1.45.tar.gz) = 879df4137205dc4c41d996fb33a0afe656499f3a6666617723fcf4c5fd74d08d150562d54da248285757990c23c1fcf7c63c20cf270e62f86f3c0a8b97535ad5 +Size (Scalar-List-Utils-1.45.tar.gz) = 86481 bytes |