File: control

package info (click to toggle)
libnet-perl 1.0502-1
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 284 kB
  • ctags: 418
  • sloc: perl: 3,705; makefile: 43; sh: 4
file content (17 lines) | stat: -rw-r--r-- 588 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libnet-perl
Maintainer: Michael Alan Dorman <mdorman@debian.org>
Standards-Version: 2.3.0.0

Package: libnet-perl
Architecture: all
Depends: perl (>=5.003.07), data-dumper
Replaces: libnet
Provides: libnet
Conflicts: libnet
Description: Implementation of Internet protocols for Perl
 libnet contains Perl implementations of the following protocols:
 Net::FTP (RFC959), Net::SMTP (RFC821), Net::Telnet (RFC854),
 Net::Time (RFC867 & RFC868), Net::NNTP (RFC977), Net::POP3 (RFC1939),
 Net::SNPP (RFC1861)
 It also contains various utility functions for implementing new
 protocols.