File: control

package info (click to toggle)
libio-socket-inet6-perl 2.65-1.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 124 kB
  • ctags: 30
  • sloc: perl: 958; makefile: 46
file content (15 lines) | stat: -rw-r--r-- 585 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: libio-socket-inet6-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.8.0-7)
Maintainer: Masahito Omote <omote@debian.org>
Standards-Version: 3.9.1

Package: libio-socket-inet6-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libsocket6-perl (>= 0.11.99-1)
Description: Object interface for AF_INET6 domain sockets
 IO::Socket::INET6 provides an object interface to create and use sockets
 in the AF_INET6 domain. It is built upon the IO::Socket interface and
 inherits all the methods defined by IO::Socket.