[Catalyst-commits] r10954 -
Catalyst-Authentication-Credential-FBConnect/trunk/lib/Catalyst/Authentication/Credential
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Thu Jul 23 00:00:22 GMT 2009
Author: t0m
Date: 2009-07-23 00:00:22 +0000 (Thu, 23 Jul 2009)
New Revision: 10954
Modified:
Catalyst-Authentication-Credential-FBConnect/trunk/lib/Catalyst/Authentication/Credential/FBConnect.pm
Log:
Strip trailing space
Modified: Catalyst-Authentication-Credential-FBConnect/trunk/lib/Catalyst/Authentication/Credential/FBConnect.pm
===================================================================
--- Catalyst-Authentication-Credential-FBConnect/trunk/lib/Catalyst/Authentication/Credential/FBConnect.pm 2009-07-22 23:39:52 UTC (rev 10953)
+++ Catalyst-Authentication-Credential-FBConnect/trunk/lib/Catalyst/Authentication/Credential/FBConnect.pm 2009-07-23 00:00:22 UTC (rev 10954)
@@ -36,7 +36,7 @@
api_key => $self->key,
secret => $self->secret
) );
-
+
return $self;
}
@@ -55,10 +55,10 @@
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 @@
=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.
More information about the Catalyst-commits
mailing list