[Catalyst-commits] r8687 -
Catalyst-Authentication-Credential-OpenID/0.12
apv at dev.catalyst.perl.org
apv at dev.catalyst.perl.org
Tue Dec 2 03:35:19 GMT 2008
Author: apv
Date: 2008-12-02 03:35:19 +0000 (Tue, 02 Dec 2008)
New Revision: 8687
Modified:
Catalyst-Authentication-Credential-OpenID/0.12/Changes
Catalyst-Authentication-Credential-OpenID/0.12/Makefile.PL
Log:
0.12 on the CPAN; take 4.
Modified: Catalyst-Authentication-Credential-OpenID/0.12/Changes
===================================================================
--- Catalyst-Authentication-Credential-OpenID/0.12/Changes 2008-12-02 03:30:02 UTC (rev 8686)
+++ Catalyst-Authentication-Credential-OpenID/0.12/Changes 2008-12-02 03:35:19 UTC (rev 8687)
@@ -7,6 +7,7 @@
- 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.
Modified: Catalyst-Authentication-Credential-OpenID/0.12/Makefile.PL
===================================================================
--- Catalyst-Authentication-Credential-OpenID/0.12/Makefile.PL 2008-12-02 03:30:02 UTC (rev 8686)
+++ Catalyst-Authentication-Credential-OpenID/0.12/Makefile.PL 2008-12-02 03:35:19 UTC (rev 8687)
@@ -12,7 +12,7 @@
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 @@
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;
More information about the Catalyst-commits
mailing list