[libmarc-parser-raw-perl] 08/29: requires perl 5.12.5

Jonas Smedegaard dr at jones.dk
Tue Aug 4 11:57:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmarc-parser-raw-perl.

commit 14325780bc70638d348ab9faa1e98e15d13c941a
Author: Johann Rolschewski <rolschewski at gmail.com>
Date:   Mon May 11 20:00:05 2015 +0200

    requires perl 5.12.5
---
 .travis.yml | 1 -
 Build.PL    | 2 +-
 META.json   | 8 +++++++-
 cpanfile    | 2 +-
 4 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a2e86c2..b8a8422 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,6 @@ perl:
     - "5.16"
     - "5.14"
     - "5.12"
-    - "5.10"
 
 install:
     - cpanm --quiet --notest --skip-satisfied Dist::Zilla
diff --git a/Build.PL b/Build.PL
index 2432e1c..901dc6f 100644
--- a/Build.PL
+++ b/Build.PL
@@ -1,4 +1,4 @@
 # This Build.PL for MARC-Parser-RAW was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.006.
-use 5.006;
+use 5.012005;
 use Module::Build::Tiny 0.039;
 Build_PL();
diff --git a/META.json b/META.json
index 6c15f85..d884136 100644
--- a/META.json
+++ b/META.json
@@ -38,7 +38,13 @@
       "runtime" : {
          "requires" : {
             "Encode" : "2.5",
-            "Readonly" : "1.0"
+            "Readonly" : "1.0",
+            "perl" : "5.012005"
+         }
+      },
+      "test" : {
+         "requires" : {
+            "Test::More" : "0.96"
          }
       }
    },
diff --git a/cpanfile b/cpanfile
index 6659c0f..c38e9de 100644
--- a/cpanfile
+++ b/cpanfile
@@ -1,4 +1,4 @@
-requires 'perl', '5.008005';
+requires 'perl', '5.012005';
 
 requires 'Readonly', '>= 1.0';
 requires 'Encode', '>= 2.5';

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmarc-parser-raw-perl.git



More information about the Pkg-perl-cvs-commits mailing list