From e50a8d8bbbc35c7f30fc04c9b8aed1a9738073b4 Mon Sep 17 00:00:00 2001 From: abs Date: Thu, 15 Feb 2001 15:31:03 +0000 Subject: 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 --- www/p5-URI/Makefile | 4 ++-- www/p5-URI/files/md5 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'www/p5-URI') 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 -- cgit v1.2.3