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 unified 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,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.15 2017/06/05 14:22:40 ryoon Exp $ 1# $NetBSD: Makefile,v 1.16 2017/08/17 13:15:53 mef Exp $
2 2
3DISTNAME= Carp-Assert-More-1.14 3DISTNAME= Carp-Assert-More-1.16
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 3 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Carp/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Carp/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Carp-Assert-More/ 9HOMEPAGE= http://search.cpan.org/dist/Carp-Assert-More/
11COMMENT= Perl5 module providing convenience wrappers around Carp::Assert 10COMMENT= Perl5 module providing convenience wrappers around Carp::Assert
12LICENSE= artistic-2.0 11LICENSE= artistic-2.0
13 12
14PERL5_PACKLIST= auto/Carp/Assert/More/.packlist 13PERL5_PACKLIST= auto/Carp/Assert/More/.packlist
15 14
16DEPENDS+= p5-Carp-Assert-[0-9]*:../../devel/p5-Carp-Assert 15DEPENDS+= p5-Carp-Assert-[0-9]*:../../devel/p5-Carp-Assert
17DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception 16DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
18 17

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