libparams-classify-perl 0.015-ok1 source package in openKylin

Changelog

libparams-classify-perl (0.015-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-classify-perl_0.015.orig.tar.gz 21.5 KiB 398ec15cd899fcd8bef3db9ea1748bf631f15f6c32be203e475b67df510a5914
libparams-classify-perl_0.015-ok1.debian.tar.xz 1.8 KiB 62dacccc21850c64d7e5232c664dec90aef676dda09e95058608be7d29bc4698
libparams-classify-perl_0.015-ok1.dsc 2.1 KiB 7ba509eb87eb5f3cd86b919639eee66953c8d3243e493ca1c7b32c824f4c4f33

View changes file

Binary packages built by this source

libparams-classify-perl: Perl module for argument type classification

 Params::Classify provides various type-testing functions. These are intended
 for functions that, unlike most Perl code, care what type of data they
 are operating on. For example, some functions wish to behave
 differently depending on the type of their arguments (like overloaded
 functions in C++).
 .
 These functions only provide type classification; they do not enforce
 type restrictions. Type enforcement may, of course, be built using
 these classification functions, but the reader's attention is drawn to
 libparams-validate-perl.