pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Carp-Assert-More Updated devel/p5-Carp-Assert...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f1eaddc82e9c
branches: trunk
changeset: 366779:f1eaddc82e9c
user: mef <mef%pkgsrc.org@localhost>
date: Thu Aug 17 13:15:53 2017 +0000
description:
Updated devel/p5-Carp-Assert-More to 1.16
-----------------------------------------
1.16 Fri Aug 4 14:18:51 CDT 2017
[ENHANCEMENTS]
Added the following functions:
* assert_numeric( $n )
* assert_all_keys_in( \%hash, \@keylist )
* assert_empty( [\%hash|\@list] )
* assert_coderef( $ref )
* assert_isa_in( $ref, \@class_list )
Thanks to Eric A. Zarko for some of them. The rest were migrated
from a private code project.
Renamed assert_listref() to assert_arrayref(), but keep
assert_listref() as backward compatibility. assert_listref()
may go away in the future.
[DOCUMENTATION]
Fixed a goof in the assert_integer() docs. Thanks, Randy Lauen.
diffstat:
devel/p5-Carp-Assert-More/Makefile | 5 ++---
devel/p5-Carp-Assert-More/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (29 lines):
diff -r 73c64eb4cea8 -r f1eaddc82e9c devel/p5-Carp-Assert-More/Makefile
--- a/devel/p5-Carp-Assert-More/Makefile Thu Aug 17 13:15:50 2017 +0000
+++ b/devel/p5-Carp-Assert-More/Makefile Thu Aug 17 13:15:53 2017 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2017/06/05 14:22:40 ryoon Exp $
+# $NetBSD: Makefile,v 1.16 2017/08/17 13:15:53 mef Exp $
-DISTNAME= Carp-Assert-More-1.14
+DISTNAME= Carp-Assert-More-1.16
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Carp/}
diff -r 73c64eb4cea8 -r f1eaddc82e9c devel/p5-Carp-Assert-More/distinfo
--- a/devel/p5-Carp-Assert-More/distinfo Thu Aug 17 13:15:50 2017 +0000
+++ b/devel/p5-Carp-Assert-More/distinfo Thu Aug 17 13:15:53 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 03:28:00 agc Exp $
+$NetBSD: distinfo,v 1.4 2017/08/17 13:15:53 mef Exp $
-SHA1 (Carp-Assert-More-1.14.tar.gz) = 0e590e8cd07f078da1512f55b1344fe58d0c6435
-RMD160 (Carp-Assert-More-1.14.tar.gz) = f642fef3f95ba5d664830d6c5fd3fb3e87f0a67d
-SHA512 (Carp-Assert-More-1.14.tar.gz) = 0411908afd5cc45cedce83fb10e67f78f7513fa788421d9c4e0f0f0064bf6fdd7154c2414a449456ff4c600f31eba138fb4d3f94e68743af4b71f7368c30b398
-Size (Carp-Assert-More-1.14.tar.gz) = 10304 bytes
+SHA1 (Carp-Assert-More-1.16.tar.gz) = c9c36160415969774fef87f15a87c59a9aab391b
+RMD160 (Carp-Assert-More-1.16.tar.gz) = 51948f8cf3e0963b05b55f0834d782053eb6db5c
+SHA512 (Carp-Assert-More-1.16.tar.gz) = 9f81604574eab5a0a5003ad747ffec3a3dd33bc63e67d12697e4e30de8cb234a73e225f82a4d0f31576e19382cc2d6a402962f5fe1e4c5289e080ca23b30c0fe
+Size (Carp-Assert-More-1.16.tar.gz) = 12290 bytes
Home |
Main Index |
Thread Index |
Old Index