Changed changelog...
[dh-make-perl] / dev / i386 / libwww-perl / libwww-perl-5.813 / debian / control
1 Source: libwww-perl
2 Priority: optional
3 Section: perl
4 XSBC-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
5 Maintainer: Nito Martinez <Nito.ES>
6 Uploaders: Jay Bonci <jaybonci@debian.org>, Damyan Ivanov <dmn@debian.org>,
7  Jaldhar H. Vyas <jaldhar@debian.org>,
8  gregor herrmann <gregoa@debian.org>
9 Standards-Version: 3.8.0
10 Homepage: http://search.cpan.org/dist/libwww-perl/
11 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwww-perl/
12 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-perl/
13 Build-Depends: debhelper (>= 5)
14 Build-Depends-Indep: netbase, perl (>= 5.8.1), libdigest-md5-perl,
15  liburi-perl (>= 1.10), libhtml-parser-perl (>= 3.33), libcompress-zlib-perl
16
17 Package: libwww-perl
18 Architecture: all
19 Priority: optional
20 Section: perl
21 Depends: ${perl:Depends}, perl (>= 5.8.1), libdigest-md5-perl, 
22  liburi-perl (>= 1.10), libhtml-parser-perl (>= 3.33), libhtml-tree-perl (>= 3.11),
23  libhtml-tagset-perl, netbase
24 Recommends: libmailtools-perl, libhtml-format-perl, libcompress-zlib-perl
25 Suggests: libio-socket-ssl-perl (>= 0.81-2)
26 Description: WWW client/server library for Perl (aka LWP)
27  Libwww-perl is a collection of Perl modules which provides a simple
28  and consistent programming interface (API) to the World-Wide Web.  The
29  main focus of the library is to provide classes and functions that
30  allow you to write WWW clients, thus libwww-perl said to be a WWW
31  client library. The library also contain modules that are of more
32  general use, as well as a simple HTTP/1.1-compatible server
33  implementation.