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)
This commit is contained in:
parent
4a66ec7142
commit
91502db244
2 changed files with 7 additions and 7 deletions
|
@ -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/}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue