软件包: libparams-validationcompiler-perl (0.30-1)
libparams-validationcompiler-perl 的相关链接
Trisquel 的资源:
下载源码包 libparams-validationcompiler-perl:
- [libparams-validationcompiler-perl_0.30-1.dsc]
- [libparams-validationcompiler-perl_0.30.orig.tar.gz]
- [libparams-validationcompiler-perl_0.30-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Perl Group (Mail Archive)
- Nick Morrott
外部的资源:
- 主页 [metacpan.org]
相似软件包:
module to build an optimized subroutine parameter validator
Params::ValidationCompiler creates a customized, highly efficient parameter checking subroutine. It can handle named or positional parameters, and can return the parameters as key/value pairs or a list of values.
In addition to type checks, it also supports parameter defaults, optional parameters, and extra "slurpy" parameters.
A parameter specification can be provided as either an arrayref (which expects positional params) or a hashref (which expects named params). Parameter types can be specified as Moose, Type::Tiny or Specio type objects. Parameters can be specified as being optional and can be provided with default values.
其他与 libparams-validationcompiler-perl 有关的软件包
|
|
|
-
- dep: libeval-closure-perl
- Perl module to safely and cleanly create closures via string eval
-
- dep: libexception-class-perl
- module that allows you to declare real exception classes in Perl
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- dep: perl (>= 5.19.3)
- Larry Wall's Practical Extraction and Report Language
- 或者 libscalar-list-utils-perl (>= 1:1.29)
- modules providing common scalar and list utility subroutines
-
- rec: libclass-xsaccessor-perl
- Perl module providing fast XS accessors