File: control

package info (click to toggle)
libnet-perl 1%3A1.09.01-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 344 kB
  • ctags: 326
  • sloc: perl: 3,842; makefile: 58; sh: 16
file content (21 lines) | stat: -rw-r--r-- 742 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
Source: libnet-perl
Maintainer: Michael Alan Dorman <mdorman@debian.org>
Priority: standard
Section: base
Standards-Version: 3.5.6.0
Build-Depends-Indep: debhelper (>= 3.0.5), perl (>= 5.6.0-17)

Package: libnet-perl
Priority: standard
Section: base
Architecture: all
Depends: ${perl:Depends}
Replaces: libnet
Provides: libnet
Conflicts: libnet
Recommends: libnet-ph-perl, libnet-snpp-perl, libnet-telnet-perl
Description: Implementation of Internet protocols for Perl
 libnet contains Perl implementations of the following protocols:
 Net::FTP (RFC959), Net::SMTP (RFC821), Net::Time (RFC867 & RFC868),
 Net::NNTP (RFC977), Net::POP3 (RFC1939), Net::SNPP (RFC1861) It also
 contains various utility functions for implementing new protocols.