From 2d1bf424444e6af4dd6ee86901a498b1f2a7d06b Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 22 Apr 2008 21:48:58 +0000 Subject: Update to 5.812: 2008-04-16 Gisle Aas Release 5.812 Gisle Aas (6): Typo fix. Simplified Net::HTTP::Methods constructor call. Croak if Net::HTTP constructor called with no argument. Avoid calling $self->peerport to figure out what the port is. 5.811 breaks SSL requests [RT#35090] Make test suite compatible with perl-5.6.1. Toru Yamaguchi (1): Wrong treatment of qop value in Digest Authentication [RT#35055] 2008-04-14 Gisle Aas Release 5.811 Gisle Aas (6): Avoid "used only once" warning for $Config::Config. Make HTTP::Request::Common::PUT set Content-Length header [RT#34772] Added the add_content_utf8 method to HTTP::Message. Typo fix. Retry syscalls when they fail with EINTR or EAGAIN [RT#34093,32356] Allow HTTP::Content content that can be downgraded to bytes. Gavin Peters (1): HTML::Form does not recognise multiple select items with same name [RT#18993] Mark Stosberg (1): Document how HTTP::Status codes correspond to the classification functions [RT#20819] Robert Stone (1): Allow 100, 204, 304 responses to have content [RT#17907] sasao (1): HTTP::Request::Common::POST suppressed filename="0" in Content-Disposition [RT#18887] 2008-04-08 Gisle Aas Release 5.810 Gisle Aas (10): Small documentation issues [RT#31346] Explain $netloc argument to $ua->credentials [RT#31969] Make lwp-request honour option -b while dumping links [RT#31347] Ignore params for date convenience methods [RT#30579] Get rid of all the old CVS $Keyword:...$ templates. Set $VERSION to 5.810. Update Copyright year. Drop some sample URLs that were failing. Complement the HTTP::Status codes [RT#29619] Don't allow HTTP::Message content to be set to Unicode strings. Refactor test for Encode.pm Ville Skytta (3): Spelling fixes [RT#33272] Trigger HTML::HeadParser for XHTML [RT#33271] Escape status line in error_as_HTML, convert to lowercase [RT#33270] Alexey Tourbin (2): Typo fix [RT#33843] Protocol/file.pm: postpone load of URI::Escape and HTML::Entities [RT#33842] Daniel Hedlund (1): HTML::Form Module and