[libcatmandu-marc-perl] 11/208: Fixing depency problem

Jonas Smedegaard dr at jones.dk
Sat Oct 28 03:42:30 UTC 2017


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

js pushed a commit to annotated tag upstream/1.19
in repository libcatmandu-marc-perl.

commit 898541c388be0f99e316149d4950412e8a32e27a
Author: Patrick Hochstenbach <patrick.hochstenbach at ugent.be>
Date:   Tue Jun 14 09:48:36 2016 +0200

    Fixing depency problem
---
 Changes  | 3 ++-
 cpanfile | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Changes b/Changes
index b7a3236..dab1e2b 100644
--- a/Changes
+++ b/Changes
@@ -1,7 +1,8 @@
 Revision history for Catmandu-MARC
 
 {{$NEXT}}
-
+  - Fixed dependency on Catmandu 1.0201 for Inlineable
+  
 0.216  2016-06-13 16:57:49 CEST
   - Fixed indicator-2 selection bug
   - Fixed marc_map value bug
diff --git a/cpanfile b/cpanfile
index b6826bf..6bfeae0 100644
--- a/cpanfile
+++ b/cpanfile
@@ -9,7 +9,7 @@ on 'test', sub {
   requires 'Test::Pod' , '0';
 };
 
-requires 'Catmandu', '>=0.94,!=0.9502,!=0.9503';
+requires 'Catmandu', '>=1.0201';
 requires 'JSON::XS', '2.3';
 requires 'YAML::XS', '0.34';
 requires 'MARC::File::XML', '1.0.3';

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatmandu-marc-perl.git



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