This is 0.16 on the way up to the CPAN.
Ashley Pond V [Tue, 13 Oct 2009 14:44:37 +0000 (14:44 +0000)]
Changes
Makefile.PL
lib/Catalyst/Authentication/Credential/OpenID.pm
t/live-app.t

diff --git a/Changes b/Changes
index b36f012..433aa12 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Catalyst::Authentication::Credential::OpenID
 
+0.16  Tue Oct 13 07:39:18 PDT 2009
+      - Quick fix to dependencies and Pod to get CPAN testers passing.
+
 0.15  Mon Oct 12 18:18:21 PDT 2009
       - Patches from Zbigniew Lukasiak to correct inappropriate configuaration settings applied.
       - Spelling fixes, argument clarification in Pod.
index 29fc4e1..f78435c 100644 (file)
@@ -25,8 +25,8 @@ recommends "LWPx::ParanoidAgent" => "1.03";
 test_requires "Catalyst::Engine::HTTP";
 
 test_requires "Test::More"      => "0.42";
-# test_requires "Net::OpenID::Server" => "1.02";
 # test_requires "Test::WWW::Mechanize" => "1.20";
+# test_requires "Net::OpenID::Server" => "1.02";
 # test_requires "Net::DNS"       => undef;
 # test_requires "IO::Socket::INET"   => undef;
 
index d30eb4c..de9a9f3 100644 (file)
@@ -7,7 +7,7 @@ BEGIN {
     __PACKAGE__->mk_accessors(qw/ _config realm debug secret /);
 }
 
-our $VERSION = "0.15";
+our $VERSION = "0.16";
 
 use Net::OpenID::Consumer;
 use Catalyst::Exception ();
@@ -161,7 +161,7 @@ Catalyst::Authentication::Credential::OpenID - OpenID credential for Catalyst::P
 
 =head1 VERSION
 
-0.15
+0.16
 
 =head1 BACKWARDS COMPATIBILITY CHANGES
 
@@ -461,7 +461,7 @@ The Simple Registration--L<http://openid.net/extensions/sreg/1.1>--(SREG) extens
 
 =head2 MORE ON CONFIGURATION
 
-=over
+=over 4
 
 =item ua_args and ua_class
 
index 1a5199e..e2efbb4 100644 (file)
@@ -4,9 +4,9 @@ use warnings;
 use FindBin;
 use IO::Socket;
 use Test::More;
-use Test::WWW::Mechanize;
 
 eval <<_DEPS_;
+   use Test::WWW::Mechanize;
    use Catalyst::Runtime;
    use Catalyst::Devel;
    use Cache::FastMmap;