Thu Aug 17 13:15:53 2017 UTC ()
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.


(mef)
diff -r1.15 -r1.16 pkgsrc/devel/p5-Carp-Assert-More/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/p5-Carp-Assert-More/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/devel/p5-Carp-Assert-More/Makefile (expand / switch to context diff)
--- pkgsrc/devel/p5-Carp-Assert-More/Makefile 2017/06/05 14:22:40 1.15
+++ pkgsrc/devel/p5-Carp-Assert-More/Makefile 2017/08/17 13:15:53 1.16
@@ -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/}
 

cvs diff -r1.3 -r1.4 pkgsrc/devel/p5-Carp-Assert-More/distinfo (expand / switch to context diff)
--- pkgsrc/devel/p5-Carp-Assert-More/distinfo 2015/11/03 03:28:00 1.3
+++ pkgsrc/devel/p5-Carp-Assert-More/distinfo 2017/08/17 13:15:53 1.4
@@ -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
+SHA1 (Carp-Assert-More-1.16.tar.gz) = c9c36160415969774fef87f15a87c59a9aab391b
-RMD160 (Carp-Assert-More-1.14.tar.gz) = f642fef3f95ba5d664830d6c5fd3fb3e87f0a67d
+RMD160 (Carp-Assert-More-1.16.tar.gz) = 51948f8cf3e0963b05b55f0834d782053eb6db5c
-SHA512 (Carp-Assert-More-1.14.tar.gz) = 0411908afd5cc45cedce83fb10e67f78f7513fa788421d9c4e0f0f0064bf6fdd7154c2414a449456ff4c600f31eba138fb4d3f94e68743af4b71f7368c30b398
+SHA512 (Carp-Assert-More-1.16.tar.gz) = 9f81604574eab5a0a5003ad747ffec3a3dd33bc63e67d12697e4e30de8cb234a73e225f82a4d0f31576e19382cc2d6a402962f5fe1e4c5289e080ca23b30c0fe
-Size (Carp-Assert-More-1.14.tar.gz) = 10304 bytes
+Size (Carp-Assert-More-1.16.tar.gz) = 12290 bytes