[carton] 189/472: add minimum perl version

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 a06519ca273c1f3f83da89625c9c1c2b78891ec8
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Sun Mar 31 18:11:07 2013 -0700

    add minimum perl version
---
 cpanfile      | 2 ++
 lib/Carton.pm | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/cpanfile b/cpanfile
index 88b4fe3..962f947 100644
--- a/cpanfile
+++ b/cpanfile
@@ -1,3 +1,5 @@
+requires 'perl', '5.8.5';
+
 configure_requires 'version', 0.77;
 
 requires 'JSON', 2.53;
diff --git a/lib/Carton.pm b/lib/Carton.pm
index cdf5641..805fdd0 100644
--- a/lib/Carton.pm
+++ b/lib/Carton.pm
@@ -2,7 +2,7 @@ package Carton;
 
 use strict;
 use warnings;
-use 5.008_001;
+use 5.008_005;
 use version; our $VERSION = version->declare("v0.9.14");
 
 use Cwd;

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