Skip to content

Commit a688dbf

Browse files
committed
Release 5.836
1 parent 844cfd7 commit a688dbf

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Changes

+8
Original file line numberDiff line numberDiff line change
@@ -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+
19
_______________________________________________________________________________
210
2010-05-05 Release 5.835
311

lib/HTTP/Response.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package HTTP::Response;
22

33
require HTTP::Message;
44
@ISA = qw(HTTP::Message);
5-
$VERSION = "5.835";
5+
$VERSION = "5.836";
66

77
use strict;
88
use HTTP::Status ();

lib/LWP.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package LWP;
22

3-
$VERSION = "5.835";
3+
$VERSION = "5.836";
44
sub Version { $VERSION; }
55

66
require 5.005;

0 commit comments

Comments
 (0)