libwww-perl-5.50
Gisle Aas (gisle@activestate.com)
12 Jan 2001 21:12:19 -0800
It appears I forgot to run 'make test' on LWP after the URI.pm update.
Because of this you will now find 5.50 on CPAN. And this is actually
less that two weeks after the previous release. Perhaps 2001 will be a
busy LWP year after all? :-)
Changes since 5.49 are:
Fix for test cases that failed because of URI-1.10 now encode
space as '+' instead of '%20. Patch by Christian Gilmore
<cgilmore@tivoli.com>.
Makefile.PL: Require URI-1.10.
HTTP::Daemon now accepts any non-space character as method name
on the request line. It used to fail on methods like "M-POST"
because it only allowed \w-chars.
HTTP::Date now allow fractional seconds in ISO date formats.
Based on patch from Mark D. Anderson <mda@discerning.com>
HTTP::Request::Common will now calculate Content-length
even if $DYNAMIC_FILE_UPLOAD is set. Patch provided by
Lindley, Lee T <Lee.Lindley@viasystems.com>.
Regards,
Gisle