SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
9
devel/p5-Params-Validate/pkg/DESCR
Normal file
9
devel/p5-Params-Validate/pkg/DESCR
Normal 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).
|
14
devel/p5-Params-Validate/pkg/PLIST
Normal file
14
devel/p5-Params-Validate/pkg/PLIST
Normal file
|
@ -0,0 +1,14 @@
|
|||
${P5ARCH}/Params/
|
||||
${P5ARCH}/Params/Validate/
|
||||
${P5ARCH}/Params/Validate.pm
|
||||
${P5ARCH}/Params/Validate/Constants.pm
|
||||
${P5ARCH}/Params/Validate/PP.pm
|
||||
${P5ARCH}/Params/Validate/XS.pm
|
||||
${P5ARCH}/Params/ValidatePP.pm
|
||||
${P5ARCH}/Params/ValidateXS.pm
|
||||
${P5ARCH}/auto/Params/
|
||||
${P5ARCH}/auto/Params/Validate/
|
||||
${P5ARCH}/auto/Params/Validate/XS/
|
||||
${P5ARCH}/auto/Params/Validate/XS/XS.bs
|
||||
@so ${P5ARCH}/auto/Params/Validate/XS/XS.so
|
||||
@man man/man3p/Params::Validate.3p
|
Loading…
Add table
Add a link
Reference in a new issue