File: control

package info (click to toggle)
libwww-perl 5.47-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 692 kB
  • ctags: 345
  • sloc: perl: 5,458; makefile: 37; sh: 6
file content (19 lines) | stat: -rw-r--r-- 851 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: libwww-perl
Maintainer: Michael Alan Dorman <mdorman@debian.org>
Standards-Version: 2.5.0.0

Package: libwww-perl
Architecture: all
Depends: ${perl:Depends}, libnet-perl, libmime-base64-perl, liburi-perl (>=1.03), libhtml-parser-perl
Recommends: libdigest-md5-perl, mailtools
Description: WWW client/server library for Perl
 Libwww-perl is a collection of Perl modules which provides a simple
 and consistent programming interface (API) to the World-Wide Web.  The
 main focus of the library is to provide classes and functions that
 allow you to write WWW clients, thus libwww-perl said to be a WWW
 client library. The library also contain modules that are of more
 general use, as well as a simple HTTP/1.1-compatible server
 implementation.
 .
 The URI modules have been split off into liburi-perl; install that
 package if you need them.