summaryrefslogtreecommitdiff
path: root/www/p5-URI/Makefile
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2001-02-15 15:31:03 +0000
committerabs <abs@pkgsrc.org>2001-02-15 15:31:03 +0000
commite50a8d8bbbc35c7f30fc04c9b8aed1a9738073b4 (patch)
treeb9667784412fa759d27728330f9710488f369282 /www/p5-URI/Makefile
parent4ebd78ececc908472499b9507ae213f8b3a1b17b (diff)
downloadpkgsrc-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/Makefile')
-rw-r--r--www/p5-URI/Makefile4
1 files changed, 2 insertions, 2 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/}