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

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


Author: sartak
Date: Tue Oct 21 11:34:09 2008
New Revision: 16425

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

Log:
 r74267 at onn:  sartak | 2008-10-21 11:33:55 -0400
 The method was renamed in SD


Modified: sd/branches/dispatcher/lib/App/SD/CLI.pm
==============================================================================
--- sd/branches/dispatcher/lib/App/SD/CLI.pm	(original)
+++ sd/branches/dispatcher/lib/App/SD/CLI.pm	Tue Oct 21 11:34:09 2008
@@ -10,7 +10,7 @@
     default => 'App::SD',
 );
 
-sub dispatcher { "App::SD::CLI::Dispatcher" }
+sub dispatcher_class { "App::SD::CLI::Dispatcher" }
 
 __PACKAGE__->meta->make_immutable;
 no Moose;



More information about the Bps-public-commit mailing list