[carton] 90/472: specify carton.lock version
Lucas Kanashiro
kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:36 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 9d34f6ae2ec7ecad287da7847832a4ae7104e615
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date: Fri Jul 1 12:24:58 2011 -0700
specify carton.lock version
---
lib/Carton.pm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/Carton.pm b/lib/Carton.pm
index f09a1f6..65597ad 100644
--- a/lib/Carton.pm
+++ b/lib/Carton.pm
@@ -11,6 +11,7 @@ use Carton::Config;
use Carton::Util;
use File::Path;
+use constant CARTON_LOCK_VERSION => '0.9';
our $DefaultMirror = 'http://cpan.cpantesters.org/';
sub new {
@@ -289,6 +290,7 @@ sub build_lock {
return {
modules => \%locals,
+ version => CARTON_LOCK_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