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