update Authentication for 0.06
David Kamholz [Tue, 14 Mar 2006 18:23:44 +0000 (18:23 +0000)]
Changes
MANIFEST.SKIP
lib/Catalyst/Plugin/Authentication.pm

diff --git a/Changes b/Changes
index 0f7cd6f..aef3ab0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Catalyst::Plugin::Authentication
 
+0.06    2005-03-14 19:23:50
+        - pass extra get_user args to store so they can be made use of
+
 0.05    2005-01-01 13:58:00
         - Add debugging to Credential::Password
         - Important doc fixes
index 20d203b..e2ebc12 100644 (file)
@@ -24,3 +24,6 @@
 \#$
 \b\.#
 ^..*\.sw[po]$
+
+\.DS_Store$
+\.tar\.gz$
index c1a05ce..23b202d 100644 (file)
@@ -22,7 +22,7 @@ use Class::Inspector;
 #      constant->import(have_want => eval { require Want });
 #}
 
-our $VERSION = "0.05";
+our $VERSION = "0.06";
 
 sub set_authenticated {
     my ( $c, $user ) = @_;