From: Tomas Doran Date: Thu, 23 Jul 2009 00:00:22 +0000 (+0000) Subject: Strip trailing space X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Credential-FBConnect.git;a=commitdiff_plain;h=c9db14509611420472a92d1278d06ebd5fa85543 Strip trailing space --- diff --git a/lib/Catalyst/Authentication/Credential/FBConnect.pm b/lib/Catalyst/Authentication/Credential/FBConnect.pm index 779c486..33b0c07 100644 --- a/lib/Catalyst/Authentication/Credential/FBConnect.pm +++ b/lib/Catalyst/Authentication/Credential/FBConnect.pm @@ -36,7 +36,7 @@ sub new { api_key => $self->key, secret => $self->secret ) ); - + return $self; } @@ -55,10 +55,10 @@ sub authenticate { session_uid => $self->fbconnect->session_uid, session_key => $self->fbconnect->session_key, session_expires => $self->fbconnect->session_expires - }; + }; my $user_obj = $realm->find_user( $user, $c ); - + return $user_obj if ref $user_obj; $c->log->debug( 'Verified FBConnect itentity failed' ) if $self->debug; @@ -145,7 +145,7 @@ Bogdan Lucaciu Ebogdan@sinapticode.comE =head1 COPYRIGHT -Copyright (c) 2009 Sinapticode. All rights reserved +Copyright (c) 2009 Sinapticode. All rights reserved This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.