summaryrefslogtreecommitdiff
path: root/www/p5-URI/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-11-01 02:15:23 +0000
committerzuntum <zuntum@pkgsrc.org>2001-11-01 02:15:23 +0000
commit431e7a7ddad1a9e4611e8e6d4b744301d3730458 (patch)
treef392f0f557931c9cf9a1ff512b5a4b44150c2ec3 /www/p5-URI/DESCR
parentc72c1cf5f95cbe537b005028f1743cddb16ef203 (diff)
downloadpkgsrc-431e7a7ddad1a9e4611e8e6d4b744301d3730458.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'www/p5-URI/DESCR')
-rw-r--r--www/p5-URI/DESCR23
1 files changed, 23 insertions, 0 deletions
diff --git a/www/p5-URI/DESCR b/www/p5-URI/DESCR
new file mode 100644
index 00000000000..0620230a2b9
--- /dev/null
+++ b/www/p5-URI/DESCR
@@ -0,0 +1,23 @@
+ This package contains the URI.pm module with friends. The module
+implements the URI class. Objects of this class represent Uniform
+Resource Identifier (URI) references as specified in RFC 2396.
+
+ URI objects can be used to access and manipulate the various
+components that make up these strings. There are also methods to
+combine URIs in various ways.
+
+ The URI class replaces the URI::URL class that used to be distributed
+with libwww-perl. This package contains an emulation of the old
+URI::URL interface. The emulated URI::URL implements both the old and
+the new interface.
+
+ Questions about how to use this library should be directed to the
+comp.lang.perl.modules USENET Newsgroup. Bug reports and suggestions
+for improvements can be sent to the <libwww-perl@ics.uci.edu> mailing
+list.
+
+ Copyright 1998-1999 Gisle Aas.
+ Copyright 1998 Graham Barr.
+
+ This library is free software; you can redistribute it and/or
+modify it under the same terms as Perl itself.