软件包:libparams-validationcompiler-perl(0.31-1)
libparams-validationcompiler-perl 的相关链接
Debian 的资源:
下载源码包 libparams-validationcompiler-perl:
- [libparams-validationcompiler-perl_0.31-1.dsc]
- [libparams-validationcompiler-perl_0.31.orig.tar.gz]
- [libparams-validationcompiler-perl_0.31-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [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: libscalar-list-utils-perl
- modules providing common scalar and list utility subroutines
-
- dep: perl
- 拉里 沃尔的实用报表提取语言(Perl)
-
- rec: libclass-xsaccessor-perl
- Perl module providing fast XS accessors