diff options
author | abs <abs@pkgsrc.org> | 2001-02-15 15:31:03 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2001-02-15 15:31:03 +0000 |
commit | e50a8d8bbbc35c7f30fc04c9b8aed1a9738073b4 (patch) | |
tree | b9667784412fa759d27728330f9710488f369282 /www/p5-URI | |
parent | 4ebd78ececc908472499b9507ae213f8b3a1b17b (diff) | |
download | pkgsrc-e50a8d8bbbc35c7f30fc04c9b8aed1a9738073b4.tar.gz |
Updated to 1.10
Changes since 1.09
The $u->query_form method will now escape spaces in
form keys or values as '+' (instead of '%20'). This also
affect the $mailto_uri->header() method. This is actually
the wrong thing to do, but this practise is now even
documented in official places like
http://www.w3.org/TR/html4/interact/forms.html#h-17.13.4.1
so we might as well follow the stream.
URI::Heuristic did not work for domain-names with dashes '-'
in them. Fixed.
Documented that $uri->xxx($1) might not work.
Closes pkg/11990
Diffstat (limited to 'www/p5-URI')
-rw-r--r-- | www/p5-URI/Makefile | 4 | ||||
-rw-r--r-- | www/p5-URI/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/p5-URI/Makefile b/www/p5-URI/Makefile index bf0dc16ecfd..f4826143631 100644 --- a/www/p5-URI/Makefile +++ b/www/p5-URI/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2000/08/27 21:56:46 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/15 15:31:03 abs Exp $ # -DISTNAME= URI-1.09 +DISTNAME= URI-1.10 PKGNAME= p5-${DISTNAME} CATEGORIES= www net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} diff --git a/www/p5-URI/files/md5 b/www/p5-URI/files/md5 index c29ff88bd40..7db684cf2c6 100644 --- a/www/p5-URI/files/md5 +++ b/www/p5-URI/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.3 2000/08/27 21:56:47 jlam Exp $ +$NetBSD: md5,v 1.4 2001/02/15 15:31:03 abs Exp $ -MD5 (URI-1.09.tar.gz) = 55a3c61963666fdd157a4439bd79bb87 +MD5 (URI-1.10.tar.gz) = af25bf3e55ce287fd491bad832bf60c8 |