[Bps-public-commit] LWP-UserAgent-Paranoid branch, master, updated. 0.92-2-gf3f72e1

Thomas Sibley trs at bestpractical.com
Sun Mar 24 17:00:44 EDT 2013


The branch, master has been updated
       via  f3f72e1dfa9290223875b620cb4c27f50c55e20f (commit)
       via  f1ed0e6fba527d494867a12c3779fbe78b364184 (commit)
      from  e7c0c82744644f35d5177617a4c8d9333a5dde9c (commit)

Summary of changes:
 META.yml                      | 3 ++-
 Makefile.PL                   | 2 ++
 lib/LWP/UserAgent/Paranoid.pm | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit f1ed0e6fba527d494867a12c3779fbe78b364184
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Sun Mar 24 13:58:58 2013 -0700

    Add repository data to META.yml

diff --git a/META.yml b/META.yml
index 17ff82d..89e6ad6 100644
--- a/META.yml
+++ b/META.yml
@@ -28,4 +28,5 @@ requires:
   Scalar::Util: 0
 resources:
   license: http://opensource.org/licenses/gpl-license.php
+  repository: https://github.com/bestpractical/lwp-useragent-paranoid.git
 version: 0.92
diff --git a/Makefile.PL b/Makefile.PL
index d75275e..71677a7 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,6 +5,8 @@ all_from    'lib/LWP/UserAgent/Paranoid.pm';
 readme_from 'lib/LWP/UserAgent/Paranoid.pm';
 license     'gplv2';
 
+repository 'https://github.com/bestpractical/lwp-useragent-paranoid.git';
+
 requires 'LWP::UserAgent';
 requires 'LWPx::ParanoidHandler';
 requires 'Net::DNS::Paranoid';

commit f3f72e1dfa9290223875b620cb4c27f50c55e20f
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Sun Mar 24 13:59:51 2013 -0700

    Releng for 0.93

diff --git a/META.yml b/META.yml
index 89e6ad6..e9c5672 100644
--- a/META.yml
+++ b/META.yml
@@ -29,4 +29,4 @@ requires:
 resources:
   license: http://opensource.org/licenses/gpl-license.php
   repository: https://github.com/bestpractical/lwp-useragent-paranoid.git
-version: 0.92
+version: 0.93
diff --git a/lib/LWP/UserAgent/Paranoid.pm b/lib/LWP/UserAgent/Paranoid.pm
index 596e7a9..6511661 100644
--- a/lib/LWP/UserAgent/Paranoid.pm
+++ b/lib/LWP/UserAgent/Paranoid.pm
@@ -11,7 +11,7 @@ LWP::UserAgent::Paranoid - A modern LWPx::ParanoidAgent for safer requests
 package LWP::UserAgent::Paranoid;
 use base 'LWP::UserAgent';
 
-our $VERSION = "0.92";
+our $VERSION = "0.93";
 
 use Scalar::Util          qw/ refaddr /;
 use LWPx::ParanoidHandler qw//;

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list