[carton] 152/472: `carton` now runs `carton install` like bundle

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:42 UTC 2015


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository carton.

commit 58552f691d2c00f3ab516c4bc65db9a7f9963e11
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Thu Apr 12 20:33:18 2012 +0900

    `carton` now runs `carton install` like bundle
---
 lib/Carton/CLI.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Carton/CLI.pm b/lib/Carton/CLI.pm
index 184fcf7..922948a 100644
--- a/lib/Carton/CLI.pm
+++ b/lib/Carton/CLI.pm
@@ -60,7 +60,7 @@ sub run {
 
     push @commands, @ARGV;
 
-    my $cmd = shift @commands || 'usage';
+    my $cmd = shift @commands || 'install';
     my $call = $self->can("cmd_$cmd");
 
     if ($call) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/carton.git



More information about the Pkg-perl-cvs-commits mailing list