libparams-classify-perl 0.015-ok2 source package in openKylin
Changelog
libparams-classify-perl (0.015-ok2) yangtze; urgency=medium * Update version info. -- Luoyaoming <email address hidden> Fri, 21 Oct 2022 11:28:09 +0800
libparams-classify-perl (0.015-ok2) yangtze; urgency=medium * Update version info. -- Luoyaoming <email address hidden> Fri, 21 Oct 2022 11:28:09 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | perl | |
Yangtze V1.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
libparams-classify-perl_0.015.orig.tar.gz | 21.5 KiB | 398ec15cd899fcd8bef3db9ea1748bf631f15f6c32be203e475b67df510a5914 |
libparams-classify-perl_0.015-ok2.debian.tar.xz | 1.8 KiB | 5801d7518e3b642411b44b4b1b80e2d45c78d9056bf15ab7f9205554a8f7109a |
libparams-classify-perl_0.015-ok2.dsc | 1.9 KiB | 99f65285f132fb7d43b8619d59fa994141977a83ed861b370c08e5c7f9e1e068 |
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-