Source: libdata-validate-ip-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Xavier Guimard Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: libnet-ipv6addr-perl, libnet-netmask-perl, libnetaddr-ip-perl, libtest-requires-perl, libtest-taint-perl, perl Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdata-validate-ip-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdata-validate-ip-perl.git Homepage: https://metacpan.org/release/Data-Validate-IP Package: libdata-validate-ip-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libnet-ipv6addr-perl, libnet-netmask-perl, libnetaddr-ip-perl Description: Perl module for IP validation Data::Validate::IP collects IP validation routines to make input validation and untainting easier and more readable. 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 value will be true.