This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository carton.
commit 66b6f016e27d2d81c241680e7f06af8daa6c3538 Author: Olaf Alders <[email protected]> Date: Wed Jul 24 16:00:18 2013 -0400 s/carton.lock/cpanfile.snapshot/ --- 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 ffcf3e7..6748cba 100644 --- a/lib/Carton/CLI.pm +++ b/lib/Carton/CLI.pm @@ -174,7 +174,7 @@ sub cmd_install { $env->snapshot->load_if_exists; if ($deployment && !$env->snapshot->loaded) { - $self->error("--deployment requires cpanfile.snapshot: Run `carton install` and make sure carton.lock is checked into your version control.\n"); + $self->error("--deployment requires cpanfile.snapshot: Run `carton install` and make sure cpanfile.snapshot is checked into your version control.\n"); } my $builder = Carton::Builder->new( -- 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
