[Catalyst-commits] r14351 - in Catalyst-Authentication-Credential-OpenID/trunk: . lib/Catalyst/Authentication/Credential

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Wed Oct 10 16:54:02 GMT 2012


Author: t0m
Date: 2012-10-10 16:54:02 +0000 (Wed, 10 Oct 2012)
New Revision: 14351

Modified:
   Catalyst-Authentication-Credential-OpenID/trunk/Changes
   Catalyst-Authentication-Credential-OpenID/trunk/lib/Catalyst/Authentication/Credential/OpenID.pm
Log:
Version 0.19

Modified: Catalyst-Authentication-Credential-OpenID/trunk/Changes
===================================================================
--- Catalyst-Authentication-Credential-OpenID/trunk/Changes	2012-10-10 16:43:30 UTC (rev 14350)
+++ Catalyst-Authentication-Credential-OpenID/trunk/Changes	2012-10-10 16:54:02 UTC (rev 14351)
@@ -1,5 +1,6 @@
 Revision history for Catalyst::Authentication::Credential::OpenID
 
+0.19 Wed Oct 10 17:53:00 BST 2012
       - Drop Catalyst::Engine::HTTP dependency. RT#70417
 
 0.18 Sat Aug 18 16:19:00 BST 2012

Modified: Catalyst-Authentication-Credential-OpenID/trunk/lib/Catalyst/Authentication/Credential/OpenID.pm
===================================================================
--- Catalyst-Authentication-Credential-OpenID/trunk/lib/Catalyst/Authentication/Credential/OpenID.pm	2012-10-10 16:43:30 UTC (rev 14350)
+++ Catalyst-Authentication-Credential-OpenID/trunk/lib/Catalyst/Authentication/Credential/OpenID.pm	2012-10-10 16:54:02 UTC (rev 14351)
@@ -16,7 +16,7 @@
     flatten_extensions_into_user
 /);
 
-our $VERSION = "0.18";
+our $VERSION = "0.19";
 
 use Net::OpenID::Consumer;
 use Catalyst::Exception ();




More information about the Catalyst-commits mailing list