From: Jay Kuri Date: Wed, 5 Dec 2007 06:12:12 +0000 (+0000) Subject: update version X-Git-Tag: v0.10009_01~30 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1697be6a64303410710880ff360a0db98d1f8b1c;p=catagits%2FCatalyst-Plugin-Authentication.git update version --- diff --git a/lib/Catalyst/Plugin/Authentication.pm b/lib/Catalyst/Plugin/Authentication.pm index c96040a..d4cacc6 100644 --- a/lib/Catalyst/Plugin/Authentication.pm +++ b/lib/Catalyst/Plugin/Authentication.pm @@ -20,7 +20,7 @@ use Catalyst::Authentication::Realm; # constant->import(have_want => eval { require Want }); #} -our $VERSION = "0.10003"; +our $VERSION = "0.10004"; sub set_authenticated { my ( $c, $user, $realmname ) = @_;