a9bc709097
----------------------------------------- 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.
19 lines
617 B
Makefile
19 lines
617 B
Makefile
# $NetBSD: Makefile,v 1.16 2017/08/17 13:15:53 mef Exp $
|
|
|
|
DISTNAME= Carp-Assert-More-1.16
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Carp/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Carp-Assert-More/
|
|
COMMENT= Perl5 module providing convenience wrappers around Carp::Assert
|
|
LICENSE= artistic-2.0
|
|
|
|
PERL5_PACKLIST= auto/Carp/Assert/More/.packlist
|
|
|
|
DEPENDS+= p5-Carp-Assert-[0-9]*:../../devel/p5-Carp-Assert
|
|
DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|