0.12 on the CPAN; take 4.
Ashley Pond V [Tue, 2 Dec 2008 03:35:19 +0000 (03:35 +0000)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index f779d36..b8da19b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -7,6 +7,7 @@ Revision history for Catalyst::Authentication::Credential::OpenID
       - Applied code from Menno Blom to allow simple registration
         to work. Considered experimental for now, I think. Not because
         it won't stay but because it might not work as expected.
+      - Bumped reqs on OpenID family to support 2.0 features.
 
 0.11  Sun Oct  5 00:41:37 PDT 2008
       - Added LWPx paranoid to build_requires.
index 34567de..590152f 100644 (file)
@@ -12,7 +12,7 @@ requires  "Cache::FastMmap"       => "1.28";
 requires  "Catalyst"              => "5.7";
 requires  "Catalyst::Devel"       => "1";
 requires  "Crypt::DH"             => "0.05"; # IIRC OpenID stuff forgets to prereq this
-requires  "Net::OpenID::Consumer" => "0.14";
+requires  "Net::OpenID::Consumer" => "1.03";
 requires  "Catalyst::Authentication::User::Hash" => undef;
 requires  "Catalyst::Plugin::Session::Store::FastMmap" => "0.05";
 requires  "Catalyst::Plugin::Session::State::Cookie" => "0.08";
@@ -25,7 +25,7 @@ recommends "LWPx::ParanoidAgent" => "1.03";
 
 build_requires "LWPx::ParanoidAgent" => "1.03";
 build_requires  "Test::More"           => "0.42";
-build_requires  "Net::OpenID::Server"  => undef;
+build_requires  "Net::OpenID::Server"  => "1.02";
 build_requires  "Test::WWW::Mechanize" => "1.20";
 build_requires  "Net::DNS"             => undef;
 build_requires  "IO::Socket::INET"     => undef;