Skip to content

Commit

Permalink
Manually bump version to 6.31 for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Dec 8, 2017
1 parent c2b81db commit 4990c9d
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 23 deletions.
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;

our $VERSION = '6.30';
our $VERSION = '6.31';

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

Expand Down
2 changes: 1 addition & 1 deletion lib/LWP/Authen/Basic.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package LWP::Authen::Basic;

use strict;

our $VERSION = '6.30';
our $VERSION = '6.31';

require MIME::Base64;

Expand Down
2 changes: 1 addition & 1 deletion lib/LWP/Authen/Digest.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package LWP::Authen::Digest;
use strict;
use base 'LWP::Authen::Basic';

our $VERSION = '6.30';
our $VERSION = '6.31';

require Digest::MD5;

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

use strict;

our $VERSION = '6.30';
our $VERSION = '6.31';

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

use strict;

our $VERSION = '6.30';
our $VERSION = '6.31';
our $DEBUG;

sub new {
Expand Down
2 changes: 1 addition & 1 deletion lib/LWP/Debug.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package LWP::Debug; # legacy

our $VERSION = '6.30';
our $VERSION = '6.31';

require Exporter;
our @ISA = qw(Exporter);
Expand Down
2 changes: 1 addition & 1 deletion lib/LWP/Debug/TraceHTTP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package LWP::Debug::TraceHTTP;
use strict;
use base 'LWP::Protocol::http';

our $VERSION = '6.30';
our $VERSION = '6.31';

package # hide from PAUSE
LWP::Debug::TraceHTTP::Socket;
Expand Down
2 changes: 1 addition & 1 deletion lib/LWP/DebugFile.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package LWP::DebugFile;

our $VERSION = '6.30';
our $VERSION = '6.31';

# legacy stub

Expand Down
2 changes: 1 addition & 1 deletion lib/LWP/MemberMixin.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package LWP::MemberMixin;

our $VERSION = '6.30';
our $VERSION = '6.31';

sub _elem {
my $self = shift;
Expand Down
2 changes: 1 addition & 1 deletion lib/LWP/Protocol.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package LWP::Protocol;

use base 'LWP::MemberMixin';

our $VERSION = '6.30';
our $VERSION = '6.31';

use strict;
use Carp ();
Expand Down
2 changes: 1 addition & 1 deletion lib/LWP/Protocol/cpan.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;

use base qw(LWP::Protocol);

our $VERSION = '6.30';
our $VERSION = '6.31';

require URI;
require HTTP::Status;
Expand Down
2 changes: 1 addition & 1 deletion lib/LWP/Protocol/data.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package LWP::Protocol::data;

use strict;

our $VERSION = '6.30';
our $VERSION = '6.31';

require HTTP::Response;
require HTTP::Status;
Expand Down
2 changes: 1 addition & 1 deletion lib/LWP/Protocol/file.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use base qw(LWP::Protocol);

use strict;

our $VERSION = '6.30';
our $VERSION = '6.31';

require LWP::MediaTypes;
require HTTP::Request;
Expand Down
2 changes: 1 addition & 1 deletion lib/LWP/Protocol/ftp.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package LWP::Protocol::ftp;
use base qw(LWP::Protocol);
use strict;

our $VERSION = '6.30';
our $VERSION = '6.31';

use Carp ();
use HTTP::Status ();
Expand Down
2 changes: 1 addition & 1 deletion lib/LWP/Protocol/gopher.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package LWP::Protocol::gopher;

use strict;

our $VERSION = '6.30';
our $VERSION = '6.31';

require HTTP::Response;
require HTTP::Status;
Expand Down
2 changes: 1 addition & 1 deletion lib/LWP/Protocol/http.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package LWP::Protocol::http;

use strict;

our $VERSION = '6.30';
our $VERSION = '6.31';

require HTTP::Response;
require HTTP::Status;
Expand Down
2 changes: 1 addition & 1 deletion lib/LWP/Protocol/loopback.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package LWP::Protocol::loopback;

use strict;

our $VERSION = '6.30';
our $VERSION = '6.31';

require HTTP::Response;

Expand Down
2 changes: 1 addition & 1 deletion lib/LWP/Protocol/mailto.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require HTTP::Status;
use Carp;
use strict;

our $VERSION = '6.30';
our $VERSION = '6.31';

use base qw(LWP::Protocol);
our $SENDMAIL;
Expand Down
2 changes: 1 addition & 1 deletion lib/LWP/Protocol/nntp.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package LWP::Protocol::nntp;

use base qw(LWP::Protocol);

our $VERSION = '6.30';
our $VERSION = '6.31';

require HTTP::Response;
require HTTP::Status;
Expand Down
2 changes: 1 addition & 1 deletion lib/LWP/Protocol/nogo.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package LWP::Protocol::nogo;

use strict;

our $VERSION = '6.30';
our $VERSION = '6.31';

require HTTP::Response;
require HTTP::Status;
Expand Down
2 changes: 1 addition & 1 deletion lib/LWP/RobotUA.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package LWP::RobotUA;

use base qw(LWP::UserAgent);

our $VERSION = '6.30';
our $VERSION = '6.31';

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

use strict;

our $VERSION = '6.30';
our $VERSION = '6.31';

require Exporter;

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

our $VERSION = '6.30';
our $VERSION = '6.31';

sub new
{
Expand Down

0 comments on commit 4990c9d

Please sign in to comment.