パッケージ: 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
- Larry Wall 作の実用的な抽出とレポート用の言語
-
- rec: libclass-xsaccessor-perl
- Perl module providing fast XS accessors