This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository carton.
commit 4ff38c2d6d1498d9d6ca876d9098211d08e132b9 Author: Tatsuhiko Miyagawa <[email protected]> Date: Sun Jun 26 17:08:50 2011 -0700 cleanup --- 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 7e93421..621ff2b 100644 --- a/lib/Carton/CLI.pm +++ b/lib/Carton/CLI.pm @@ -221,7 +221,7 @@ sub cmd_check { } if ($ok) { - $self->print("Dependencies specified in your $file are satisfied and completely match with modules in $self->{path}.\n", SUCCESS); + $self->print("Dependencies specified in your $file are satisfied and matches with modules in $self->{path}.\n", SUCCESS); } } -- 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
