5da91b33b15d000d89fda13449be7706323ef54d
[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 Maintainer: Stefan Hornburg (Racke) <racke@linuxia.de>
7 Standards-Version: 3.7.2.2
8
9 Package: liburi-perl
10 Architecture: all
11 Depends: perl, ${perl:Depends}, libmime-base64-perl, libnet-perl, data-dumper
12 Suggests: libwww-perl (>=5.41)
13 Conflicts: libwww-perl (<<5.41)
14 Description: Manipulates and accesses URI strings
15  From the README:
16  .
17  This package contains the URI.pm module with friends.  The module
18  implements the URI class.  Objects of this class represent Uniform
19  Resource Identifier (URI) references as specified in RFC 2396.
20  .
21  URI objects can be used to access and manipulate the various
22  components that make up these strings.  There are also methods to
23  combine URIs in various ways.
24  .
25  The URI class replace the URI::URL class that used to be distributed
26  with libwww-perl.  This package contains an emulation of the old
27  URI::URL interface.  The emulated URI::URL implement both the old and
28  the new interface.
29