File: control

package info (click to toggle)
libnet-ip-minimal-perl 0.06-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 112 kB
  • sloc: perl: 150; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 838 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: libnet-ip-minimal-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fschlich@zedat.fu-berlin.de>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-ip-minimal-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libnet-ip-minimal-perl.git
Homepage: http://search.cpan.org/dist/Net-IP-Minimal/

Package: libnet-ip-minimal-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: module to check if an IP address is version 4 or 6
 Net::IP::Minimal provides only three of the many functions that Net::IP
 offers, while using a lot less memory: ip_get_version(), ip_is_ipv4()
 and ip_is_ipv6().