X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FAuthentication.pm;h=98415ceed6d146894c0bbbfc38526f795259f8a9;hb=8a31d23d60e1b252399a376007d1f2ffe271890b;hp=32c5b5a0ff951b65165a17384843c698bc0ee5bd;hpb=c51e5a950638bba0fae6e7703aa091fc6d26f407;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/lib/Catalyst/Plugin/Authentication.pm b/lib/Catalyst/Plugin/Authentication.pm index 32c5b5a..98415ce 100644 --- a/lib/Catalyst/Plugin/Authentication.pm +++ b/lib/Catalyst/Plugin/Authentication.pm @@ -12,7 +12,7 @@ use Tie::RefHash; use Class::Inspector; use Catalyst::Authentication::Realm; -our $VERSION = "0.10016"; +our $VERSION = "0.10018"; sub set_authenticated { my ( $c, $user, $realmname ) = @_; @@ -1132,9 +1132,11 @@ Florian Ragwitz C Stephan Jauernick C +Oskari Ojala (Okko), C + =head1 COPYRIGHT & LICENSE -Copyright (c) 2005 - 2009 +Copyright (c) 2005 - 2011 the Catalyst::Plugin::Authentication L as listed above.