Changed changelog...
[dh-make-perl] / dev / i386 / liburi-perl / liburi-perl-1.35.dfsg.1 / debian / control
1 Source: liburi-perl
2 Section: perl
3 Priority: optional
4 Build-Depends-Indep: perl (>= 5.6.0-16)
5 Build-Depends: debhelper (>= 5)
6 XSBC-Original-Maintainer: Stefan Hornburg (Racke) <racke@linuxia.de>
7 Maintainer: Nito Martinez <Nito.ES>
8 Standards-Version: 3.7.2.2
9
10 Package: liburi-perl
11 Architecture: all
12 Depends: perl, ${perl:Depends}, libmime-base64-perl, libnet-perl, data-dumper
13 Suggests: libwww-perl (>=5.41)
14 Conflicts: libwww-perl (<<5.41)
15 Description: Manipulates and accesses URI strings
16  From the README:
17  .
18  This package contains the URI.pm module with friends.  The module
19  implements the URI class.  Objects of this class represent Uniform
20  Resource Identifier (URI) references as specified in RFC 2396.
21  .
22  URI objects can be used to access and manipulate the various
23  components that make up these strings.  There are also methods to
24  combine URIs in various ways.
25  .
26  The URI class replace the URI::URL class that used to be distributed
27  with libwww-perl.  This package contains an emulation of the old
28  URI::URL interface.  The emulated URI::URL implement both the old and
29  the new interface.
30