This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository carton.
commit a7ceaa660c61fef6599c4cf22d05f624e0ebed53 Author: Tatsuhiko Miyagawa <[email protected]> Date: Mon Jun 27 16:49:11 2011 -0400 fixed generator syntax --- lib/Carton.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Carton.pm b/lib/Carton.pm index d40ecbb..8209f96 100644 --- a/lib/Carton.pm +++ b/lib/Carton.pm @@ -275,7 +275,7 @@ sub build_lock { return { modules => \%locals, perl => $], - generator => "carton $VERSION", + generator => "carton/$VERSION", }; } -- 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
