diff options
author | ache <ache@FreeBSD.org> | 1999-04-08 04:56:04 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1999-04-08 04:56:04 +0800 |
commit | 0664f9532f5861d1eef0c9264f3c41036cffcd4c (patch) | |
tree | 5a801d88ab9ace2842be729be89219c964c47896 /net/p5-URI/pkg-descr | |
parent | f559123b2a97d247de29c01530ac39d17aea836d (diff) | |
download | freebsd-ports-gnome-0664f9532f5861d1eef0c9264f3c41036cffcd4c.tar.gz freebsd-ports-gnome-0664f9532f5861d1eef0c9264f3c41036cffcd4c.tar.zst freebsd-ports-gnome-0664f9532f5861d1eef0c9264f3c41036cffcd4c.zip |
URI interface
Diffstat (limited to 'net/p5-URI/pkg-descr')
-rw-r--r-- | net/p5-URI/pkg-descr | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/net/p5-URI/pkg-descr b/net/p5-URI/pkg-descr new file mode 100644 index 000000000000..d53ccbc27eb3 --- /dev/null +++ b/net/p5-URI/pkg-descr @@ -0,0 +1,35 @@ +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. + +Some tests require an Internet connection to work and are skipped +if one is not active. + +You need perl5.004 or better to install this package. You should also +have the MIME::Base64 module installed. Installation is otherwise as +usual: + + perl Makefile.PL + make + make test + make install + +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. |