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 <[email protected]> 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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
