[Bps-public-commit] r15063 - in Prophet/trunk: . lib/Prophet/CLI/Command

sartak at bestpractical.com sartak at bestpractical.com
Tue Aug 12 08:09:06 EDT 2008


Author: sartak
Date: Tue Aug 12 08:09:06 2008
New Revision: 15063

Modified:
   Prophet/trunk/   (props changed)
   Prophet/trunk/lib/Prophet/CLI/Command.pm
   Prophet/trunk/lib/Prophet/CLI/Command/Shell.pm

Log:
 r69374 at onn:  sartak | 2008-08-12 08:09:01 -0400
 Don't delegate run_one_command


Modified: Prophet/trunk/lib/Prophet/CLI/Command.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/CLI/Command.pm	(original)
+++ Prophet/trunk/lib/Prophet/CLI/Command.pm	Tue Aug 12 08:09:06 2008
@@ -10,7 +10,6 @@
         qw/props set_prop prop has_prop delete_prop prop_names/,
         qw/app_handle handle resdb_handle config/,
         'add_to_prop_set', 'prop_set',
-        'run_one_command', 'run_another_command',
     ],
 );
 

Modified: Prophet/trunk/lib/Prophet/CLI/Command/Shell.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/CLI/Command/Shell.pm	(original)
+++ Prophet/trunk/lib/Prophet/CLI/Command/Shell.pm	Tue Aug 12 08:09:06 2008
@@ -37,7 +37,7 @@
         local @ARGV = split ' ', $_;
         eval {
             local $SIG{__DIE__} = 'DEFAULT';
-            $self->run_one_command;
+            $self->cli->run_one_command;
         };
         warn $@ if $@;
     }



More information about the Bps-public-commit mailing list