[Bps-public-commit] r16434 - in sd/branches/sd-dispatcher: .
sartak at bestpractical.com
sartak at bestpractical.com
Tue Oct 21 13:16:01 EDT 2008
Author: sartak
Date: Tue Oct 21 13:16:00 2008
New Revision: 16434
Modified:
sd/branches/sd-dispatcher/ (props changed)
sd/branches/sd-dispatcher/lib/App/SD/CLI.pm
Log:
r74284 at onn: sartak | 2008-10-21 13:15:42 -0400
The method is now dispatcher_class not dispatcher
Modified: sd/branches/sd-dispatcher/lib/App/SD/CLI.pm
==============================================================================
--- sd/branches/sd-dispatcher/lib/App/SD/CLI.pm (original)
+++ sd/branches/sd-dispatcher/lib/App/SD/CLI.pm Tue Oct 21 13:16:00 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