[Bps-public-commit] r16426 - in sd/branches/dispatcher: lib/App/SD/CLI

sartak at bestpractical.com sartak at bestpractical.com
Tue Oct 21 11:34:17 EDT 2008


Author: sartak
Date: Tue Oct 21 11:34:17 2008
New Revision: 16426

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

Log:
 r74268 at onn:  sartak | 2008-10-21 11:34:02 -0400
 Redispatch to Prophet


Modified: sd/branches/dispatcher/lib/App/SD/CLI/Dispatcher.pm
==============================================================================
--- sd/branches/dispatcher/lib/App/SD/CLI/Dispatcher.pm	(original)
+++ sd/branches/dispatcher/lib/App/SD/CLI/Dispatcher.pm	Tue Oct 21 11:34:17 2008
@@ -33,5 +33,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