From: Cory G Watson Date: Fri, 17 Mar 2006 17:34:53 +0000 (+0000) Subject: Prepared for release X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=32917b4d3230744b86536451f99be43355a9e5c7;p=catagits%2FCatalyst-Plugin-Authentication.git Prepared for release --- diff --git a/Changes b/Changes index e0d22c2..dceff4d 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension Catalyst::Plugin::Authentication -0.07 Pending +0.07 2005-03-17 17:33:12 - allow base64 hashed passwords 0.06 2005-03-14 19:23:50 diff --git a/lib/Catalyst/Plugin/Authentication.pm b/lib/Catalyst/Plugin/Authentication.pm index 23b202d..17873fa 100644 --- a/lib/Catalyst/Plugin/Authentication.pm +++ b/lib/Catalyst/Plugin/Authentication.pm @@ -22,7 +22,7 @@ use Class::Inspector; # constant->import(have_want => eval { require Want }); #} -our $VERSION = "0.06"; +our $VERSION = "0.07"; sub set_authenticated { my ( $c, $user ) = @_;