[Jifty-commit] r1285 - in jifty: trunk/t/Continuations/lib/Continuations

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Jun 14 12:23:48 EDT 2006


Author: nelhage
Date: Wed Jun 14 12:23:35 2006
New Revision: 1285

Modified:
   jifty/   (props changed)
   jifty/trunk/t/Continuations/lib/Continuations/Dispatcher.pm

Log:
 r12631 at phanatique:  nelhage | 2006-06-14 12:23:31 -0400
 Semicolons!


Modified: jifty/trunk/t/Continuations/lib/Continuations/Dispatcher.pm
==============================================================================
--- jifty/trunk/t/Continuations/lib/Continuations/Dispatcher.pm	(original)
+++ jifty/trunk/t/Continuations/lib/Continuations/Dispatcher.pm	Wed Jun 14 12:23:35 2006
@@ -7,11 +7,11 @@
         Jifty->web->tangent(url => '/index-help.html');
     }
     set been_helped => 1;
-}
+};
 
 on '/tutorial' => run {
     show '/index.html';
-}
+};
 
 on '*' => show;
 


More information about the Jifty-commit mailing list