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

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket 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

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

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

View changes file

Binary packages built by this source

libparams-validationcompiler-perl: 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.