Added correct PATH and SBOX_REDIRECT_IGNORE and PERL5LIB envs in rules for libwww...
[pkg-perl] / deb-src / 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@Qindel.ES>
6 Standards-Version: 3.8.0
7 Homepage: http://search.cpan.org/dist/libwww-perl/
8 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwww-perl/
9 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-perl/
10 Build-Depends: debhelper (>= 5)
11 Build-Depends-Indep: netbase, perl (>= 5.8.1), libdigest-md5-perl,
12  liburi-perl (>= 1.35), libhtml-parser-perl (>= 3.56), libcompress-zlib-perl,
13  libhtml-tagset-perl (>=3.20)
14
15 Package: libwww-perl
16 Architecture: all
17 Priority: optional
18 Section: perl
19 Depends: ${perl:Depends}, perl (>= 5.8.1), libdigest-md5-perl, 
20  liburi-perl (>= 1.35), libhtml-parser-perl (>= 3.56), libhtml-tree-perl (>= 3.23),
21  libhtml-tagset-perl (>=3.20), netbase
22 Recommends: libmailtools-perl, libhtml-format-perl, libcompress-zlib-perl
23 Suggests: libio-socket-ssl-perl (>= 0.81-2)
24 Description: WWW client/server library for Perl (aka LWP)
25  Libwww-perl is a collection of Perl modules which provides a simple
26  and consistent programming interface (API) to the World-Wide Web.  The
27  main focus of the library is to provide classes and functions that
28  allow you to write WWW clients, thus libwww-perl said to be a WWW
29  client library. The library also contain modules that are of more
30  general use, as well as a simple HTTP/1.1-compatible server
31  implementation.