X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FAuthentication.pm;h=52adb481b9bcc1cefafce662b1f47aecf5eb1395;hb=e09a839c4b37f232e271fd8dd4509b900c13395a;hp=758dbfbee327280d15e747fd08d3b5c9d067d135;hpb=e145babcdbdea87cccaada5e09071b8d2af60005;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/lib/Catalyst/Plugin/Authentication.pm b/lib/Catalyst/Plugin/Authentication.pm index 758dbfb..52adb48 100644 --- a/lib/Catalyst/Plugin/Authentication.pm +++ b/lib/Catalyst/Plugin/Authentication.pm @@ -20,7 +20,7 @@ use Class::Inspector; # constant->import(have_want => eval { require Want }); #} -our $VERSION = "0.01"; +our $VERSION = "0.02"; sub set_authenticated { my ( $c, $user ) = @_;