[Bps-public-commit] Prophet branch, master, updated. 0.69_01-41-g510694a
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu Sep 3 11:29:15 EDT 2009
The branch, master has been updated
via 510694a712d9c968af46847340ecc1c24ec6d535 (commit)
from 624bfa8a956d74a802fe06722f2086e67f17f99d (commit)
Summary of changes:
lib/Prophet/CLI.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 510694a712d9c968af46847340ecc1c24ec6d535
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Sep 3 23:29:08 2009 +0800
cleanup
diff --git a/lib/Prophet/CLI.pm b/lib/Prophet/CLI.pm
index 5146cbb..ba449e8 100644
--- a/lib/Prophet/CLI.pm
+++ b/lib/Prophet/CLI.pm
@@ -100,7 +100,7 @@ sub run_one_command {
# we don't want to recursively call if people stupidly write
# alias pull --local = pull --local
next if ( $command eq $ori_cmd );
- require Text::ParseWords; qw(shellwords);
+ require Text::ParseWords;
my @args = Text::ParseWords::shellwords( $command );
return $self->run_one_command(
Text::ParseWords::shellwords($command) );
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list