X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAuthentication%2FStore%2FNull.pm;h=2664685c4ffe8aad34bb36cdd39282dfbd502952;hb=675fe850ff8ef284e35f9b78141543187df59d72;hp=84a95f4815c663ec4866e0f0e40fb6dd8c714d3b;hpb=eb8e53a48e5646d0557b3402d836d1d6f74e0ff9;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/lib/Catalyst/Authentication/Store/Null.pm b/lib/Catalyst/Authentication/Store/Null.pm index 84a95f4..2664685 100644 --- a/lib/Catalyst/Authentication/Store/Null.pm +++ b/lib/Catalyst/Authentication/Store/Null.pm @@ -17,12 +17,12 @@ sub new { } sub for_session { - my ( $self, $c, $user ) = @_; + my ( $self, $c, $user ) = @_; return $user; } sub from_session { - my ( $self, $c, $user ) = @_; + my ( $self, $c, $user ) = @_; return $user; } @@ -64,7 +64,7 @@ Catalyst::Authentication::Store::Null - Null authentication store class => 'Null', } } - } + } }); =head1 DESCRIPTION