URI-1.10
Gisle Aas (gisle@activestate.com)
11 Jan 2001 10:37:41 -0800
URI-1.10 is now on CPAN with the following 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.
Regards,
Gisle