Bump versions and changelogging for dist v0.100092
Tomas Doran [Tue, 20 Jan 2009 15:39:21 +0000 (15:39 +0000)]
Changes
lib/Catalyst/Plugin/Authentication.pm

diff --git a/Changes b/Changes
index 38d67cd..7b07044 100644 (file)
--- a/Changes
+++ b/Changes
@@ -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
index 50eb2af..11d25f0 100644 (file)
@@ -13,7 +13,7 @@ use Tie::RefHash;
 use Class::Inspector;
 use Catalyst::Authentication::Realm;
 
-our $VERSION = "0.10009_01";
+our $VERSION = "0.100092";
 
 sub set_authenticated {
     my ( $c, $user, $realmname ) = @_;