initial import of p5-Params-Validate-0.04

--
The Params::Validate module provides a flexible system for validation
method/function call parameters.
This commit is contained in:
avsm 2001-04-18 22:56:32 +00:00
parent 06df8b988d
commit 6ada8220bf
4 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/04/18 22:56:32 avsm Exp $
COMMENT= "perl module to validate function/method parameters"
DISTNAME= Params-Validate-0.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
NEED_VERSION= 1.401
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/D/DR/DROLSKY
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Params-Validate-0.04.tar.gz) = 841eb6f98297ace3667b100d9689c131
RMD160 (Params-Validate-0.04.tar.gz) = a4f0de1b598653d548d16d2aa170e517ca9a3fc5
SHA1 (Params-Validate-0.04.tar.gz) = 5a4eae74984d3da33957b7a33b13e3290fa15f72

View File

@ -0,0 +1,9 @@
The Params::Validate module provides a flexible system for validation
method/function call parameters. The validation can be as simple
as checking for the presence of required parameters or as complex
as validating object classes (via isa) or capabilities (via can),
checking parameter types, and using customized callbacks to ensure
data integrity.
The module has been designed to work equally well with positional
or named parameters (via a hash or hash reference).

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/04/18 22:56:32 avsm Exp $
libdata/perl5/site_perl/Params/Validate.pm
libdata/perl5/site_perl/Params/Validate/Heavy.pm
man/man3/Params::Validate.3p
@dirrm libdata/perl5/site_perl/Params/Validate