[carton] 187/472: unset

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:46 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 8a2c8ae92ca3f1c3b91ed500899a2a283c0675c7
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Sat Mar 30 18:25:16 2013 -0700

    unset
---
 lib/Carton/CLI.pm   | 1 -
 lib/Carton/Error.pm | 1 -
 lib/Carton/Tree.pm  | 1 -
 lib/Carton/Util.pm  | 1 -
 4 files changed, 4 deletions(-)

diff --git a/lib/Carton/CLI.pm b/lib/Carton/CLI.pm
index 6928071..5e0ea1b 100644
--- a/lib/Carton/CLI.pm
+++ b/lib/Carton/CLI.pm
@@ -1,7 +1,6 @@
 package Carton::CLI;
 use strict;
 use warnings;
-use version; our $VERSION = version->declare("v0.9.13");
 
 use Cwd;
 use Config;
diff --git a/lib/Carton/Error.pm b/lib/Carton/Error.pm
index afbef44..30b9882 100644
--- a/lib/Carton/Error.pm
+++ b/lib/Carton/Error.pm
@@ -1,6 +1,5 @@
 package Carton::Error;
 use strict;
-use version; our $VERSION = version->declare("v0.9.13");
 use Exception::Class (
     'Carton::Error::CommandExit',
 );
diff --git a/lib/Carton/Tree.pm b/lib/Carton/Tree.pm
index 4d5d955..fd9b6bb 100644
--- a/lib/Carton/Tree.pm
+++ b/lib/Carton/Tree.pm
@@ -1,7 +1,6 @@
 package Carton::TreeNode;
 use strict;
 use warnings;
-use version; our $VERSION = version->declare("v0.9.13");
 
 my %cache;
 
diff --git a/lib/Carton/Util.pm b/lib/Carton/Util.pm
index 20ef509..cc9c775 100644
--- a/lib/Carton/Util.pm
+++ b/lib/Carton/Util.pm
@@ -1,7 +1,6 @@
 package Carton::Util;
 use strict;
 use warnings;
-use version; our $VERSION = version->declare("v0.9.13");
 
 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