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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Jun 14 11:06:41 EDT 2006


Author: nelhage
Date: Wed Jun 14 11:06:35 2006
New Revision: 1281

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

Log:


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 11:06:35 2006
@@ -4,10 +4,12 @@
 
 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