deb_control_files:
- control
- md5sums
deb_fields:
Architecture: all
Depends: perl:any
Description: |-
module providing common data validation routines for strings/numbers
Data::Validate collects common validation routines to make input validation,
and untainting easier and more readable. Most of the functions are not much
shorter than their direct perl equivalent (and are much longer in some
cases), but their names make it clear what you're trying to test for (e.g.
is_integer(), is_hex(), is_alphanumeric()...).
.
Almost all functions return an untainted value if the test passes, and undef
if it fails. This means that you should always check for a defined status
explicitly. Don't assume the return will be true. (e.g. is_integer(0))
Homepage: https://metacpan.org/release/Data-Validate
Installed-Size: '57'
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Multi-Arch: foreign
Package: libdata-validate-perl
Priority: optional
Section: perl
Version: 0.09-3
srcpkg_name: libdata-validate-perl
srcpkg_version: 0.09-3