[Bps-public-commit] r16578 - in Prophet/branches/class-dispatch: .

sartak at bestpractical.com sartak at bestpractical.com
Tue Oct 28 14:42:38 EDT 2008


Author: sartak
Date: Tue Oct 28 14:42:38 2008
New Revision: 16578

Modified:
   Prophet/branches/class-dispatch/   (props changed)
   Prophet/branches/class-dispatch/lib/Prophet/CLI/Dispatcher.pm

Log:
 r74693 at onn:  sartak | 2008-10-28 14:42:29 -0400
 redispatch -> run


Modified: Prophet/branches/class-dispatch/lib/Prophet/CLI/Dispatcher.pm
==============================================================================
--- Prophet/branches/class-dispatch/lib/Prophet/CLI/Dispatcher.pm	(original)
+++ Prophet/branches/class-dispatch/lib/Prophet/CLI/Dispatcher.pm	Tue Oct 28 14:42:38 2008
@@ -7,7 +7,7 @@
 on qr{^ (.*) \s+ ( \d+ | [A-Z0-9]{36} ) $ }x => sub {
     my $self = shift;
     $self->context->set_arg(id => $2);
-    redispatch($1, $self, @_);
+    run($1, $self, @_);
 };
 
 on [ ['create', 'new'] ]         => run_command("Create");
@@ -37,7 +37,7 @@
 
     $self->context->set_arg(from => $self->cli->app_handle->default_replica_type.":file://".$self->cli->handle->fs_root);
     $self->context->set_arg(db_uuid => $self->cli->handle->db_uuid);
-    redispatch('merge', $self, @_);
+    run('merge', $self, @_);
 };
 
 on history => sub {



More information about the Bps-public-commit mailing list