File: control

package info (click to toggle)
libdata-validate-ip-perl 0.27-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 332 kB
  • ctags: 30
  • sloc: perl: 1,031; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,357 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: libdata-validate-ip-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Xavier Guimard <x.guimard@free.fr>
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.