This is 0.08. Trying another Makefile tweak to get it to pass CPAN tests. v0.08
Ashley Pond V [Sat, 5 Jul 2008 20:21:50 +0000 (20:21 +0000)]
Changes
Makefile.PL
lib/Catalyst/Authentication/Credential/OpenID.pm

diff --git a/Changes b/Changes
index 5b355b1..31fd8bd 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,9 @@
 Revision history for Catalyst::Authentication::Credential::OpenID
 
-0.07 Thu Jul  3 21:26:12 PDT 2008
+0.08  Sat Jul  5 13:13:14 PDT 2008
+      - Again, only change is to Makefile.PL reqs.
+
+0.07  Thu Jul  3 21:26:12 PDT 2008
       - Only changes are to Makefile for prereqs. The failures on CPAN
         testers are really weird. I think I misunderstood
         build_requires() in ModInst.
index 02b2f77..ff534f3 100644 (file)
@@ -17,6 +17,8 @@ requires  "Catalyst::Exception";
 requires  "Catalyst::Authentication::User::Hash";
 requires  "Cache::FastMmap"       => "1.28";
 requires  "Catalyst::Plugin::Session::Store::FastMmap" => "0.05";
+requires  "Catalyst::Plugin::Session::State::Cookie";
+requires  "Catalyst::Engine::HTTP";
 
 recommends "Config::General"     => "2";
 recommends "YAML"                => "0.6";
index ae5545f..3fd5857 100644 (file)
@@ -8,7 +8,7 @@ BEGIN {
     __PACKAGE__->mk_accessors(qw/ _config realm debug secret /);
 }
 
-our $VERSION = "0.07";
+our $VERSION = "0.08";
 
 use Net::OpenID::Consumer;
 use Catalyst::Exception ();
@@ -128,7 +128,7 @@ Catalyst::Authentication::Credential::OpenID - OpenID credential for Catalyst::P
 
 =head1 VERSION
 
-0.07
+0.08
 
 =head1 SYNOPSIS