libparams-validate-perl 1.29-ok1 source package in openKylin

Changelog

libparams-validate-perl (1.29-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libparams-validate-perl_1.29.orig.tar.gz 134.4 KiB 49a68dfb430bea028042479111d19068e08095e5a467e320b7ab7bde3d729733
libparams-validate-perl_1.29-ok1.debian.tar.xz 5.2 KiB 4372344627d29c3c93c71ba3982abe2c64edc5af140c9f38ad05cdafa97e19c6
libparams-validate-perl_1.29-ok1.dsc 2.2 KiB 959cc04fbd3cf618ca01b4f60d9fd9589d2231ca4d55743516f1389da443a405

View changes file

Binary packages built by this source

libparams-validate-perl: Perl module to validate parameters to Perl method/function calls

 Params::Validate is a Perl module providing a flexible way to validate method
 and function call parameters. The validation can be as simple as checking for
 the presence of required parameters, or more complex, like validating object
 classes (via isa) or capabilities (via can) and checking parameter types. It
 also provides extensibility through customized validation callbacks.
 .
 The module has been designed to work equally well with positional or named
 parameters (via a hash or hash reference) and includes experimental support
 for attributes (see Attribute::Params::Validate for details).