Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: David Brownlee <abs@netbsd.org>
List: pkgsrc-changes
Date: 02/15/2001 17:31:03
Module Name: pkgsrc
Committed By: abs
Date: Thu Feb 15 15:31:03 UTC 2001
Modified Files:
pkgsrc/www/p5-URI: Makefile
pkgsrc/www/p5-URI/files: md5
Log Message:
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
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/www/p5-URI/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/www/p5-URI/files/md5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.