This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository carton.
commit 85e9adfe2fe47ff981293ac629139fb15d72f8f9 Author: Tatsuhiko Miyagawa <[email protected]> Date: Fri Aug 9 07:53:27 2013 -0700 Fix error message --- 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 4d287d3..652c0d4 100644 --- a/lib/Carton/CLI.pm +++ b/lib/Carton/CLI.pm @@ -360,7 +360,7 @@ sub cmd_exec { while (@args) { if ($args[0] eq '-I') { - warn "exec -Ilib is deprecated. Just run the following command with -I.\n"; + warn "exec -Ilib is deprecated. You might want to run: carton exec perl -Ilib ...\n"; splice(@args, 0, 2); } else { last; -- 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
