Skip to content

Commit

Permalink
Bump version to 6.27
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Sep 21, 2017
1 parent 606f1fe commit b88c35f
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 47 deletions.
64 changes: 26 additions & 38 deletions META.json
Expand Up @@ -108,111 +108,99 @@
"provides" : {
"LWP" : {
"file" : "lib/LWP.pm",
"version" : "6.26"
"version" : "6.27"
},
"LWP::Authen::Basic" : {
"file" : "lib/LWP/Authen/Basic.pm",
"version" : "6.26"
"version" : "6.27"
},
"LWP::Authen::Digest" : {
"file" : "lib/LWP/Authen/Digest.pm",
"version" : "6.26"
"version" : "6.27"
},
"LWP::Authen::Ntlm" : {
"file" : "lib/LWP/Authen/Ntlm.pm",
"version" : "6.26"
"version" : "6.27"
},
"LWP::ConnCache" : {
"file" : "lib/LWP/ConnCache.pm",
"version" : "6.26"
"version" : "6.27"
},
"LWP::Debug" : {
"file" : "lib/LWP/Debug.pm",
"version" : "6.26"
"version" : "6.27"
},
"LWP::Debug::TraceHTTP" : {
"file" : "lib/LWP/Debug/TraceHTTP.pm",
"version" : "6.26"
},
"LWP::Debug::TraceHTTP::Socket" : {
"file" : "lib/LWP/Debug/TraceHTTP.pm",
"version" : "6.26"
"version" : "6.27"
},
"LWP::DebugFile" : {
"file" : "lib/LWP/DebugFile.pm",
"version" : "6.26"
"version" : "6.27"
},
"LWP::MemberMixin" : {
"file" : "lib/LWP/MemberMixin.pm",
"version" : "6.26"
"version" : "6.27"
},
"LWP::Protocol" : {
"file" : "lib/LWP/Protocol.pm",
"version" : "6.26"
"version" : "6.27"
},
"LWP::Protocol::MyFTP" : {
"file" : "lib/LWP/Protocol/ftp.pm",
"version" : "6.26"
"version" : "6.27"
},
"LWP::Protocol::cpan" : {
"file" : "lib/LWP/Protocol/cpan.pm",
"version" : "6.26"
"version" : "6.27"
},
"LWP::Protocol::data" : {
"file" : "lib/LWP/Protocol/data.pm",
"version" : "6.26"
"version" : "6.27"
},
"LWP::Protocol::file" : {
"file" : "lib/LWP/Protocol/file.pm",
"version" : "6.26"
"version" : "6.27"
},
"LWP::Protocol::ftp" : {
"file" : "lib/LWP/Protocol/ftp.pm",
"version" : "6.26"
"version" : "6.27"
},
"LWP::Protocol::gopher" : {
"file" : "lib/LWP/Protocol/gopher.pm",
"version" : "6.26"
"version" : "6.27"
},
"LWP::Protocol::http" : {
"file" : "lib/LWP/Protocol/http.pm",
"version" : "6.26"
},
"LWP::Protocol::http::Socket" : {
"file" : "lib/LWP/Protocol/http.pm",
"version" : "6.26"
},
"LWP::Protocol::http::SocketMethods" : {
"file" : "lib/LWP/Protocol/http.pm",
"version" : "6.26"
"version" : "6.27"
},
"LWP::Protocol::loopback" : {
"file" : "lib/LWP/Protocol/loopback.pm",
"version" : "6.26"
"version" : "6.27"
},
"LWP::Protocol::mailto" : {
"file" : "lib/LWP/Protocol/mailto.pm",
"version" : "6.26"
"version" : "6.27"
},
"LWP::Protocol::nntp" : {
"file" : "lib/LWP/Protocol/nntp.pm",
"version" : "6.26"
"version" : "6.27"
},
"LWP::Protocol::nogo" : {
"file" : "lib/LWP/Protocol/nogo.pm",
"version" : "6.26"
"version" : "6.27"
},
"LWP::RobotUA" : {
"file" : "lib/LWP/RobotUA.pm",
"version" : "6.26"
"version" : "6.27"
},
"LWP::Simple" : {
"file" : "lib/LWP/Simple.pm",
"version" : "6.26"
"version" : "6.27"
},
"LWP::UserAgent" : {
"file" : "lib/LWP/UserAgent.pm",
"version" : "6.26"
"version" : "6.27"
}
},
"release_status" : "stable",
Expand All @@ -229,7 +217,7 @@
"x_IRC" : "irc://irc.perl.org/#lwp",
"x_MailingList" : "mailto:libwww@perl.org"
},
"version" : "6.26",
"version" : "6.27",
"x_Dist_Zilla" : {
"perl" : {
"version" : "5.024000"
Expand Down Expand Up @@ -323,7 +311,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "v6.26",
"tag" : "v6.27",
"tag_format" : "v%v",
"tag_message" : "v%v"
},
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -83,7 +83,7 @@ my %WriteMakefileArgs = (
"Test::More" => 0,
"Test::RequiresInternet" => 0
},
"VERSION" => "6.26",
"VERSION" => "6.27",
"test" => {
"TESTS" => "t/*.t t/base/*.t t/base/protocols/*.t t/local/*.t t/robot/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Expand Up @@ -4,7 +4,7 @@ license = Perl_5
copyright_holder = Gisle Aas
copyright_year = 1995

version = 6.26
version = 6.27

; Gather stuff in
[Git::GatherDir]
Expand Down
2 changes: 1 addition & 1 deletion lib/LWP.pm
@@ -1,6 +1,6 @@
package LWP;

our $VERSION = '6.26';
our $VERSION = '6.27';

require LWP::UserAgent; # this should load everything you need

Expand Down
2 changes: 1 addition & 1 deletion lib/LWP/Authen/Ntlm.pm
Expand Up @@ -2,7 +2,7 @@ package LWP::Authen::Ntlm;

use strict;

our $VERSION = '6.26';
our $VERSION = '6.27';

use Authen::NTLM "1.02";
use MIME::Base64 "2.12";
Expand Down
2 changes: 1 addition & 1 deletion lib/LWP/ConnCache.pm
Expand Up @@ -2,7 +2,7 @@ package LWP::ConnCache;

use strict;

our $VERSION = '6.26';
our $VERSION = '6.27';
our $DEBUG;

sub new {
Expand Down
2 changes: 1 addition & 1 deletion lib/LWP/Protocol.pm
Expand Up @@ -2,7 +2,7 @@ package LWP::Protocol;

use base 'LWP::MemberMixin';

our $VERSION = '6.26';
our $VERSION = '6.27';

use strict;
use Carp ();
Expand Down
2 changes: 1 addition & 1 deletion lib/LWP/RobotUA.pm
Expand Up @@ -2,7 +2,7 @@ package LWP::RobotUA;

use base qw(LWP::UserAgent);

our $VERSION = '6.26';
our $VERSION = '6.27';

require WWW::RobotRules;
require HTTP::Request;
Expand Down
2 changes: 1 addition & 1 deletion lib/LWP/Simple.pm
Expand Up @@ -2,7 +2,7 @@ package LWP::Simple;

use strict;

our $VERSION = '6.26';
our $VERSION = '6.27';

require Exporter;

Expand Down
2 changes: 1 addition & 1 deletion lib/LWP/UserAgent.pm
Expand Up @@ -15,7 +15,7 @@ use LWP::Protocol ();
use Scalar::Util qw(blessed);
use Try::Tiny qw(try catch);

our $VERSION = '6.26';
our $VERSION = '6.27';

sub new
{
Expand Down

0 comments on commit b88c35f

Please sign in to comment.