Skip to content

Commit

Permalink
Add POD to the Facebook macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Sep 23, 2010
1 parent cebec95 commit 6cd1491
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/WebGUI/Macro/FacebookLogin.pm
Expand Up @@ -24,6 +24,13 @@ Works with the Facebook Auth plugin to allow users to log in using facebook.


#-------------------------------------------------------------------

=head2 process
Return an image with a link to login into Facebook.
=cut

sub process {
my $session = shift;
my $url = $session->url;
Expand Down

0 comments on commit 6cd1491

Please sign in to comment.