From: Ashley Pond V Date: Tue, 13 Oct 2009 14:44:37 +0000 (+0000) Subject: This is 0.16 on the way up to the CPAN. X-Git-Tag: v0.17~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Credential-OpenID.git;a=commitdiff_plain;h=47a60d4195569cb204a8b2ed47ed2b22953e3894 This is 0.16 on the way up to the CPAN. --- diff --git a/Changes b/Changes index b36f012..433aa12 100644 --- 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. diff --git a/Makefile.PL b/Makefile.PL index 29fc4e1..f78435c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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; diff --git a/lib/Catalyst/Authentication/Credential/OpenID.pm b/lib/Catalyst/Authentication/Credential/OpenID.pm index d30eb4c..de9a9f3 100644 --- a/lib/Catalyst/Authentication/Credential/OpenID.pm +++ b/lib/Catalyst/Authentication/Credential/OpenID.pm @@ -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--(SREG) extens =head2 MORE ON CONFIGURATION -=over +=over 4 =item ua_args and ua_class diff --git a/t/live-app.t b/t/live-app.t index 1a5199e..e2efbb4 100644 --- a/t/live-app.t +++ b/t/live-app.t @@ -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;