We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844cfd7 commit a688dbfCopy full SHA for a688dbf
Changes
@@ -1,3 +1,11 @@
1
+_______________________________________________________________________________
2
+2010-05-13 Release 5.836
3
+
4
+Gisle Aas (1):
5
+ Fix problem where $resp->base would downcase its return value
6
7
8
9
_______________________________________________________________________________
10
2010-05-05 Release 5.835
11
lib/HTTP/Response.pm
@@ -2,7 +2,7 @@ package HTTP::Response;
require HTTP::Message;
@ISA = qw(HTTP::Message);
-$VERSION = "5.835";
+$VERSION = "5.836";
use strict;
use HTTP::Status ();
lib/LWP.pm
@@ -1,6 +1,6 @@
package LWP;
sub Version { $VERSION; }
require 5.005;
0 commit comments