From fc96ed43996e29761e4013f4213540852990f284 Mon Sep 17 00:00:00 2001 From: Steve Bertrand Date: Tue, 16 Feb 2016 07:33:13 -0700 Subject: [PATCH] bumped ver to 1.005 --- Changes | 1 + lib/WWW/FreeProxyListsCom.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 14784ed..7db6c33 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,7 @@ Revision history for WWW-FreeProxyListsCom 1.004 2016-02-16 - changed use() to require() in POD test eval()s + - fixed typo in regex check in t/05 1.003 2016-02-08 - added Test::Perl::Critic tests diff --git a/lib/WWW/FreeProxyListsCom.pm b/lib/WWW/FreeProxyListsCom.pm index daa95e6..030d28d 100644 --- a/lib/WWW/FreeProxyListsCom.pm +++ b/lib/WWW/FreeProxyListsCom.pm @@ -3,7 +3,7 @@ package WWW::FreeProxyListsCom; use warnings; use strict; -our $VERSION = '1.004'; +our $VERSION = '1.005'; use Carp; use URI;