[carton] 64/472: fixed generator syntax

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:33 UTC 2015


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 <miyagawa at bulknews.net>
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



More information about the Pkg-perl-cvs-commits mailing list