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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Jun 12 18:05:19 EDT 2006


Author: alexmv
Date: Mon Jun 12 18:05:18 2006
New Revision: 1267

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

Log:
 r13852 at zoq-fot-pik:  chmrr | 2006-06-12 18:04:56 -0400
  * t/04 passes now. ;>


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	Mon Jun 12 18:05:18 2006
@@ -4,12 +4,10 @@
 
 before '/help' => run {
     Jifty->web->tangent(url => '/index-help.html');
-}
+};
 
 before '/index-help.html' => run {
     set 'getting_help' => 1;
-}
-
-on '*' => show;
+};
 
 1;


More information about the Jifty-commit mailing list