File: control

package info (click to toggle)
libnet-ipv6addr-perl 0.2.dfsg.1-2
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 112 kB
  • ctags: 23
  • sloc: perl: 488; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 604 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: libnet-ipv6addr-perl
Section: perl
Priority: optional
Maintainer: Bart Martens <bartm@debian.org>
Build-Depends: cdbs, debhelper (>= 5), libnetwork-ipv4addr-perl
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/~tmonroe/Net-IPv6Addr/

Package: libnet-ipv6addr-perl
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, libnetwork-ipv4addr-perl, perl (>= 5.8.8-6.1)
Description: Check validity of IPv6 addresses
 Net::IPv6Addr checks strings for valid IPv6 addresses, as specified in
 RFC1884.  You throw possible addresses at it, it either accepts them or throws
 an exception.