[Catalyst-commits] r7319 - trunk/examples/CatalystAdvent/root/2007

zamolxes at dev.catalyst.perl.org zamolxes at dev.catalyst.perl.org
Thu Dec 20 07:47:40 GMT 2007


Author: zamolxes
Date: 2007-12-20 07:47:39 +0000 (Thu, 20 Dec 2007)
New Revision: 7319

Modified:
   trunk/examples/CatalystAdvent/root/2007/20.pod
Log:
whitespace


Modified: trunk/examples/CatalystAdvent/root/2007/20.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2007/20.pod	2007-12-20 07:32:23 UTC (rev 7318)
+++ trunk/examples/CatalystAdvent/root/2007/20.pod	2007-12-20 07:47:39 UTC (rev 7319)
@@ -154,8 +154,7 @@
    my $person = $c->stash->{person} = $c->model('DB::Person')->find($id) or die "person $id not found";
  
    my $form = $c->stash->{form};
- 
- 
+
    if ($form->submitted_and_valid) {
      $form->save_to_model($person);
      $c->response->redirect($c->uri_for('/')); $c->detach;




More information about the Catalyst-commits mailing list