[Bps-public-commit] r16420 - in Path-Dispatcher/trunk: t/lib/Path/Dispatcher/Test

sartak at bestpractical.com sartak at bestpractical.com
Tue Oct 21 10:36:28 EDT 2008


Author: sartak
Date: Tue Oct 21 10:36:27 2008
New Revision: 16420

Modified:
   Path-Dispatcher/trunk/   (props changed)
   Path-Dispatcher/trunk/t/lib/Path/Dispatcher/Test/App.pm

Log:
 r74258 at onn:  sartak | 2008-10-21 10:36:23 -0400
 For now we need to inform the dispatcher of the super dispatcher, hopefully this can become automatic in the future


Modified: Path-Dispatcher/trunk/t/lib/Path/Dispatcher/Test/App.pm
==============================================================================
--- Path-Dispatcher/trunk/t/lib/Path/Dispatcher/Test/App.pm	(original)
+++ Path-Dispatcher/trunk/t/lib/Path/Dispatcher/Test/App.pm	Tue Oct 21 10:36:27 2008
@@ -41,5 +41,11 @@
     next_rule;
 };
 
+__PACKAGE__->dispatcher->add_rule(
+    Path::Dispatcher::Rule::Dispatch->new(
+        dispatcher => Path::Dispatcher::Test::Framework->dispatcher,
+    )
+);
+
 1;
 



More information about the Bps-public-commit mailing list