[carton] 182/472: add VERSION to all .pm because PAUSE indexed it as 0 with CPAN::Meta bug

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:45 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 cb359aa8a4e9b2f07eba90fb71ea1605e82405e1
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Sat Mar 30 15:01:29 2013 -0700

    add VERSION to all .pm because PAUSE indexed it as 0 with CPAN::Meta bug
---
 lib/Carton/CLI.pm   | 1 +
 lib/Carton/Error.pm | 2 ++
 lib/Carton/Tree.pm  | 1 +
 lib/Carton/Util.pm  | 1 +
 4 files changed, 5 insertions(+)

diff --git a/lib/Carton/CLI.pm b/lib/Carton/CLI.pm
index 5e0ea1b..22fe9fa 100644
--- a/lib/Carton/CLI.pm
+++ b/lib/Carton/CLI.pm
@@ -1,6 +1,7 @@
 package Carton::CLI;
 use strict;
 use warnings;
+use version; our $VERSION = version->declare("v0.9.11");
 
 use Cwd;
 use Config;
diff --git a/lib/Carton/Error.pm b/lib/Carton/Error.pm
index d5afc11..534c637 100644
--- a/lib/Carton/Error.pm
+++ b/lib/Carton/Error.pm
@@ -1,7 +1,9 @@
 package Carton::Error;
 use strict;
+use version; our $VERSION = version->declare("v0.9.11");
 use Exception::Class (
     'Carton::Error::CommandExit',
 );
 
+
 1;
diff --git a/lib/Carton/Tree.pm b/lib/Carton/Tree.pm
index fd9b6bb..66fcb47 100644
--- a/lib/Carton/Tree.pm
+++ b/lib/Carton/Tree.pm
@@ -1,6 +1,7 @@
 package Carton::TreeNode;
 use strict;
 use warnings;
+use version; our $VERSION = version->declare("v0.9.11");
 
 my %cache;
 
diff --git a/lib/Carton/Util.pm b/lib/Carton/Util.pm
index cc9c775..a8d1f9d 100644
--- a/lib/Carton/Util.pm
+++ b/lib/Carton/Util.pm
@@ -1,6 +1,7 @@
 package Carton::Util;
 use strict;
 use warnings;
+use version; our $VERSION = version->declare("v0.9.11");
 
 sub load_json {
     my $file = shift;

-- 
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