]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole/Manual/Flox.pod
fix manual so search.cpan.org indexes it properly (it uses the NAME section for cross...
[maypole.git] / lib / Maypole / Manual / Flox.pod
index e2c47d2c8f0a38c721005fff42434645b3088d6b..ed3309c7ec05b0ed52309e89e524f4c94b4e7926 100644 (file)
@@ -1,4 +1,8 @@
-=head1 Flox: A Free Social Networking Site
+=head1 NAME
+
+Maypole::Manual::Flox - Flox: A Free Social Networking Site
+
+=head1 DESCRIPTION
 
 Friendster, Tribe, and now Google's Orkut - it seems like in early 2004,
 everyone wanted to be a social networking site. At the time, I was too
@@ -389,7 +393,7 @@ profile.
                     "That user already seems to exist on Flox. ".
                     "Is this the one you meant?";
 
-                $self->redirect_to_user($r,$user);
+                $self->redirect_to_user($r, $user);
             } 
 
 Where C<redirect_to_user> looks like this: