Skip to content

Commit

Permalink
Release 6.05
Browse files Browse the repository at this point in the history
  • Loading branch information
gisle committed Mar 11, 2013
1 parent d425cd8 commit b192179
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 3 deletions.
33 changes: 33 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
_______________________________________________________________________________
2013-03-11 Release 6.05

Karen Etheridge (3):
Derive message from status code if it was not provided
Merge pull request #33 from tomhukins/fix-readme
fix typo in comment

Ville Skyttä (3):
Spelling fixes.
Spelling fix.
Merge pull request #34 from berekuk/fix-github-path

Gisle Aas (3):
Update repo URL
With Net::HTTP 6.04 we don't need our own can_read() and sysread override
$ENV{HTTP_PROXY} might override our test setup [RT#81381]

Vyacheslav Matyukhin (1):
fix github url in perldoc

Slaven Rezic (1):
* Pod is utf-8

Peter Rabbitson (1):
Match required perl in Makefile.PL

Tom Hukins (1):
Fix Github URLs




_______________________________________________________________________________
2012-02-18 Release 6.04

Expand Down
2 changes: 1 addition & 1 deletion bin/lwp-mirror
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $progname = $0;
$progname =~ s,.*/,,; # use basename only
$progname =~ s/\.\w*$//; #strip extension if any

$VERSION = "6.00";
$VERSION = "6.05";

$opt_h = undef; # print usage
$opt_v = undef; # print version
Expand Down
2 changes: 1 addition & 1 deletion lib/LWP.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package LWP;

$VERSION = "6.04";
$VERSION = "6.05";
sub Version { $VERSION; }

require 5.008;
Expand Down
2 changes: 1 addition & 1 deletion lib/LWP/UserAgent.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use vars qw(@ISA $VERSION);

require LWP::MemberMixin;
@ISA = qw(LWP::MemberMixin);
$VERSION = "6.04";
$VERSION = "6.05";

use HTTP::Request ();
use HTTP::Response ();
Expand Down

0 comments on commit b192179

Please sign in to comment.