Debian lenny version packages
[pkg-perl] / deb-src / libwww-perl / libwww-perl-5.813 / debian / control
diff --git a/deb-src/libwww-perl/libwww-perl-5.813/debian/control b/deb-src/libwww-perl/libwww-perl-5.813/debian/control
new file mode 100644 (file)
index 0000000..09806c1
--- /dev/null
@@ -0,0 +1,32 @@
+Source: libwww-perl
+Priority: optional
+Section: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Jay Bonci <jaybonci@debian.org>, Damyan Ivanov <dmn@debian.org>,
+ Jaldhar H. Vyas <jaldhar@debian.org>,
+ gregor herrmann <gregoa@debian.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/libwww-perl/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwww-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-perl/
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: netbase, perl (>= 5.8.1), libdigest-md5-perl,
+ liburi-perl (>= 1.10), libhtml-parser-perl (>= 3.33), libcompress-zlib-perl
+
+Package: libwww-perl
+Architecture: all
+Priority: optional
+Section: perl
+Depends: ${perl:Depends}, perl (>= 5.8.1), libdigest-md5-perl, 
+ liburi-perl (>= 1.10), libhtml-parser-perl (>= 3.33), libhtml-tree-perl (>= 3.11),
+ libhtml-tagset-perl, netbase
+Recommends: libmailtools-perl, libhtml-format-perl, libcompress-zlib-perl
+Suggests: libio-socket-ssl-perl (>= 0.81-2)
+Description: WWW client/server library for Perl (aka LWP)
+ 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.