[libmarc-parser-raw-perl] 12/29: edit cpanfile

Jonas Smedegaard dr at jones.dk
Tue Aug 4 11:57:20 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 55f410637ec167d384290935f1de860130ee60f0
Author: Johann Rolschewski <rolschewski at gmail.com>
Date:   Tue Jun 16 17:33:42 2015 +0200

    edit cpanfile
---
 Build.PL  | 2 +-
 Changes   | 2 ++
 META.json | 4 +---
 README.md | 6 +++---
 cpanfile  | 3 ---
 5 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/Build.PL b/Build.PL
index 901dc6f..2432e1c 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.012005;
+use 5.006;
 use Module::Build::Tiny 0.039;
 Build_PL();
diff --git a/Changes b/Changes
index 29afe99..c460f3e 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Changelog for MARC-Parser-RAW
 
 {{$NEXT}}
+ - edit cpanfile
+ - fix typo in POD
 
 0.02  2015-05-17 12:59:25 CEST
  - requires perl 5.12.5
diff --git a/META.json b/META.json
index 61298c3..9d84e0f 100644
--- a/META.json
+++ b/META.json
@@ -37,9 +37,7 @@
       },
       "runtime" : {
          "requires" : {
-            "Encode" : "2.5",
-            "Readonly" : "1.0",
-            "perl" : "5.012005"
+            "Readonly" : "1.0"
          }
       },
       "test" : {
diff --git a/README.md b/README.md
index 8ee1a68..2fd412f 100644
--- a/README.md
+++ b/README.md
@@ -18,15 +18,15 @@ MARC::Parser::RAW - Parser for ISO 2709 encoded MARC records
 
 # DESCRIPTION
 
-[MARC::Parser::RAW](https://metacpan.org/pod/MARC::Parser::RAW) is a lightweight, fault tolerent parser for ISO 2709 
+[MARC::Parser::RAW](https://metacpan.org/pod/MARC::Parser::RAW) is a lightweight, fault tolerant parser for ISO 2709 
 encoded MARC records. Tags, indicators and subfield codes are not validated 
 against the MARC standard. Record length from leader and field lengths from 
 the directory are ignored. Records with a faulty structure will be skipped 
 with a warning. The resulting data structure is optimized for usage with the 
 [Catmandu](https://metacpan.org/pod/Catmandu) data tool kit.    
 
-[MARC::Parser::RAW](https://metacpan.org/pod/MARC::Parser::RAW) expects UTF-8 encoded files as input. Otherwise provide a 
-filehande with a specified I/O layer or specify encoding.
+[MARC::Parser::RAW](https://metacpan.org/pod/MARC::Parser::RAW) expects UTF-8 encoded files as input. Otherwise provide 
+a filehande with a specified I/O layer or specify encoding.
 
 # MARC
 
diff --git a/cpanfile b/cpanfile
index c38e9de..98e58d1 100644
--- a/cpanfile
+++ b/cpanfile
@@ -1,7 +1,4 @@
-requires 'perl', '5.012005';
-
 requires 'Readonly', '>= 1.0';
-requires 'Encode', '>= 2.5';
 
 on test => sub {
     requires 'Test::More', '0.96';

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