[Catalyst-commits] r9112 - in trunk/Catalyst-Plugin-Authentication: . lib/Catalyst/Plugin

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Tue Jan 20 15:39:23 GMT 2009


Author: t0m
Date: 2009-01-20 15:39:21 +0000 (Tue, 20 Jan 2009)
New Revision: 9112

Modified:
   trunk/Catalyst-Plugin-Authentication/Changes
   trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm
Log:
Bump versions and changelogging for dist

Modified: trunk/Catalyst-Plugin-Authentication/Changes
===================================================================
--- trunk/Catalyst-Plugin-Authentication/Changes	2009-01-20 00:05:32 UTC (rev 9111)
+++ trunk/Catalyst-Plugin-Authentication/Changes	2009-01-20 15:39:21 UTC (rev 9112)
@@ -1,9 +1,13 @@
 Revision history for Perl extension Catalyst::Plugin::Authentication
 
+0.100092
+      - Release new version, no changes since dev release.     
+
 0.10009_01
       - Fix POD escaping, from RT#38694 (Luke Ross)
       - Change authentication backwards compatibility handling to not rely on
-        Class::Data::Inheritable side effects, and so be Catalyst 5.80 safe (t0m)
+        Class::Data::Inheritable side effects, and so be Catalyst 5.80 safe 
+        (t0m)
 
 0.10009 2008-11-27
         - Including progressive realm for multiple authentication attempts

Modified: trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm
===================================================================
--- trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm	2009-01-20 00:05:32 UTC (rev 9111)
+++ trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm	2009-01-20 15:39:21 UTC (rev 9112)
@@ -13,7 +13,7 @@
 use Class::Inspector;
 use Catalyst::Authentication::Realm;
 
-our $VERSION = "0.10009_01";
+our $VERSION = "0.100092";
 
 sub set_authenticated {
     my ( $c, $user, $realmname ) = @_;




More information about the Catalyst-commits mailing list