X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FAuthentication.pm;h=0bf3409d2c0d97f387ac7d43a946af4d5d87cc7b;hb=aa4a1855cbb55e9026955901734df8ba0d85c60c;hp=f63b7532aa13ec68a7bd457bd4f8d19899590895;hpb=4e143b0609e821c985777d1bcc9128e554e06dbd;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/lib/Catalyst/Plugin/Authentication.pm b/lib/Catalyst/Plugin/Authentication.pm index f63b753..0bf3409 100644 --- a/lib/Catalyst/Plugin/Authentication.pm +++ b/lib/Catalyst/Plugin/Authentication.pm @@ -14,7 +14,7 @@ use Class::Inspector; use Catalyst::Authentication::Realm; -our $VERSION = "0.11000"; +our $VERSION = "0.10007"; sub set_authenticated { my ( $c, $user, $realmname ) = @_;