From 08ec89f0c024348ef3214e197cd9df08995b45ea Mon Sep 17 00:00:00 2001 From: Olaf Alders Date: Fri, 8 Dec 2017 08:47:23 -0500 Subject: [PATCH] Fix versions which should have been bumped MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Písař --- lib/LWP.pm | 2 +- lib/LWP/Authen/Ntlm.pm | 2 +- lib/LWP/ConnCache.pm | 2 +- lib/LWP/Protocol.pm | 2 +- lib/LWP/RobotUA.pm | 2 +- lib/LWP/Simple.pm | 2 +- lib/LWP/UserAgent.pm | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/LWP.pm b/lib/LWP.pm index 12f071fd..597f14c2 100644 --- a/lib/LWP.pm +++ b/lib/LWP.pm @@ -1,6 +1,6 @@ package LWP; -our $VERSION = '6.29'; +our $VERSION = '6.30'; require LWP::UserAgent; # this should load everything you need diff --git a/lib/LWP/Authen/Ntlm.pm b/lib/LWP/Authen/Ntlm.pm index 2bc9129c..08672597 100644 --- a/lib/LWP/Authen/Ntlm.pm +++ b/lib/LWP/Authen/Ntlm.pm @@ -2,7 +2,7 @@ package LWP::Authen::Ntlm; use strict; -our $VERSION = '6.29'; +our $VERSION = '6.30'; use Authen::NTLM "1.02"; use MIME::Base64 "2.12"; diff --git a/lib/LWP/ConnCache.pm b/lib/LWP/ConnCache.pm index ceccc1b5..045ccc35 100644 --- a/lib/LWP/ConnCache.pm +++ b/lib/LWP/ConnCache.pm @@ -2,7 +2,7 @@ package LWP::ConnCache; use strict; -our $VERSION = '6.29'; +our $VERSION = '6.30'; our $DEBUG; sub new { diff --git a/lib/LWP/Protocol.pm b/lib/LWP/Protocol.pm index 1b01ccb5..bf63eebe 100644 --- a/lib/LWP/Protocol.pm +++ b/lib/LWP/Protocol.pm @@ -2,7 +2,7 @@ package LWP::Protocol; use base 'LWP::MemberMixin'; -our $VERSION = '6.29'; +our $VERSION = '6.30'; use strict; use Carp (); diff --git a/lib/LWP/RobotUA.pm b/lib/LWP/RobotUA.pm index f7042227..fe97d046 100644 --- a/lib/LWP/RobotUA.pm +++ b/lib/LWP/RobotUA.pm @@ -2,7 +2,7 @@ package LWP::RobotUA; use base qw(LWP::UserAgent); -our $VERSION = '6.29'; +our $VERSION = '6.30'; require WWW::RobotRules; require HTTP::Request; diff --git a/lib/LWP/Simple.pm b/lib/LWP/Simple.pm index 174446ea..e6f6568c 100644 --- a/lib/LWP/Simple.pm +++ b/lib/LWP/Simple.pm @@ -2,7 +2,7 @@ package LWP::Simple; use strict; -our $VERSION = '6.29'; +our $VERSION = '6.30'; require Exporter; diff --git a/lib/LWP/UserAgent.pm b/lib/LWP/UserAgent.pm index dff71a57..a7b29e25 100644 --- a/lib/LWP/UserAgent.pm +++ b/lib/LWP/UserAgent.pm @@ -15,7 +15,7 @@ use LWP::Protocol (); use Scalar::Util qw(blessed); use Try::Tiny qw(try catch); -our $VERSION = '6.29'; +our $VERSION = '6.30'; sub new { -- 2.13.6