libparams-validationcompiler-perl 0.31-ok1 source package in openKylin
Changelog
libparams-validationcompiler-perl (0.31-ok1) nile; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Tue, 07 May 2024 09:42:40 +0800
libparams-validationcompiler-perl (0.31-ok1) nile; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Tue, 07 May 2024 09:42:40 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | perl | |
Huanghe V3.0 | release | main | perl | |
Nile V2.0 | release | main | perl | |
Nile V2.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
libparams-validationcompiler-perl_0.31.orig.tar.gz | 50.3 KiB | 7b6497173f1b6adb29f5d51d8cf9ec36d2f1219412b4b2410e9d77a901e84a6d |
libparams-validationcompiler-perl_0.31-ok1.debian.tar.xz | 4.8 KiB | 48846c7928f69a36f112c99b2ad4501625e00a2b12402cfaac8407d796f5bf8c |
libparams-validationcompiler-perl_0.31-ok1.dsc | 2.4 KiB | c5dd484ee3ff90873f2280d4d6ebb700c87da53a16d292d40c33973491daffca |
Params:
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.