[Bps-public-commit] r16431 - in sd/branches/sd-dispatcher: .

sartak at bestpractical.com sartak at bestpractical.com
Tue Oct 21 12:11:08 EDT 2008


Author: sartak
Date: Tue Oct 21 12:11:08 2008
New Revision: 16431

Modified:
   sd/branches/sd-dispatcher/   (props changed)
   sd/branches/sd-dispatcher/lib/App/SD/CLI/Dispatcher.pm

Log:
 r74279 at onn:  sartak | 2008-10-21 12:10:59 -0400
 Redispatch failed dispatches up to Prophet


Modified: sd/branches/sd-dispatcher/lib/App/SD/CLI/Dispatcher.pm
==============================================================================
--- sd/branches/sd-dispatcher/lib/App/SD/CLI/Dispatcher.pm	(original)
+++ sd/branches/sd-dispatcher/lib/App/SD/CLI/Dispatcher.pm	Tue Oct 21 12:11:08 2008
@@ -62,6 +62,11 @@
     next_rule;
 };
 
+__PACKAGE__->dispatcher->add_rule(
+    Path::Dispatcher::Rule::Dispatch->new(
+        dispatcher => Prophet::CLI::Dispatcher->dispatcher,
+    ),
+);
 
 1;
 



More information about the Bps-public-commit mailing list