bec965c771
0.89 October 31, 2007 - With validation turned off, the pure Perl version incorrectly ignored an odd number of parameters when a hash was expected (no validation still does the bare minimum of checks needed to set defaults). - Added pod & pod coverage tests. - Modernized test suite to use Test::More and fixed some test suite bugs along the way. - Attribute::Params::Validate would die when given a ValidatePos attribute containing one element. - More tests are skipped on 5.6.0.
20 lines
581 B
Makefile
20 lines
581 B
Makefile
# $NetBSD: Makefile,v 1.28 2007/11/08 19:36:36 wiz Exp $
|
|
|
|
DISTNAME= Params-Validate-0.89
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5pva
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Attribute/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Params-Validate/
|
|
COMMENT= Validate method/function parameters
|
|
|
|
DEPENDS+= p5-Attribute-Handlers>=0.76:../../devel/p5-Attribute-Handlers
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Params/Validate/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|