[carton] 80/472: don't add version info to lock file

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:35 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 daeb168b95e3684fa5509d9ca4178a4dcbb0a611
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Wed Jun 29 22:37:46 2011 -0400

    don't add version info to lock file
---
 lib/Carton.pm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/Carton.pm b/lib/Carton.pm
index dcaf9e1..c0c7bd1 100644
--- a/lib/Carton.pm
+++ b/lib/Carton.pm
@@ -284,8 +284,6 @@ sub build_lock {
 
     return {
         modules => \%locals,
-        perl => $],
-        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