[libcatmandu-rdf-perl] 07/20: Adding missing depedencies for testing

Jonas Smedegaard dr at jones.dk
Sat Oct 28 03:10:21 UTC 2017


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

js pushed a commit to annotated tag upstream/0.32
in repository libcatmandu-rdf-perl.

commit 2d264dc51da558c9d6bac824a895330cf867c2d3
Author: Patrick Hochstenbach <patrick.hochstenbach at ugent.be>
Date:   Fri Jul 28 09:12:26 2017 +0200

    Adding missing depedencies for testing
---
 Build.PL  |  2 +-
 META.json | 10 +++++-----
 cpanfile  |  1 +
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/Build.PL b/Build.PL
index e598709..d159d02 100644
--- a/Build.PL
+++ b/Build.PL
@@ -1,4 +1,4 @@
-# This Build.PL for Catmandu-RDF was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.015.
+# This Build.PL for Catmandu-RDF was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.014.
 use strict;
 use warnings;
 
diff --git a/META.json b/META.json
index 475020d..aeb8947 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "Jakob Vo\u00df"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Milla version v1.0.17, Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150005",
+   "generated_by" : "Dist::Zilla version 6.005, Dist::Milla version v1.0.16, CPAN::Meta::Converter version 2.150005",
    "license" : [
       "perl_5"
    ],
@@ -31,7 +31,7 @@
       },
       "develop" : {
          "requires" : {
-            "Dist::Milla" : "v1.0.17",
+            "Dist::Milla" : "v1.0.16",
             "Test::Pod" : "1.41"
          }
       },
@@ -50,7 +50,8 @@
          "requires" : {
             "Encode" : "0",
             "Test::LWP::UserAgent" : "0.025",
-            "Test::More" : "0.99"
+            "Test::More" : "0.99",
+            "Test::Pod" : "0"
          }
       }
    },
@@ -70,7 +71,6 @@
    "x_contributors" : [
       "Jakob Vo\u00df <jakob.voss at gbv.de>",
       "Patrick Hochstenbach <patrick.hochstenbach at ugent.be>"
-   ],
-   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0233"
+   ]
 }
 
diff --git a/cpanfile b/cpanfile
index a9e5658..165175a 100644
--- a/cpanfile
+++ b/cpanfile
@@ -9,4 +9,5 @@ requires 'RDF::aREF', '0.25';
 
 test_requires 'Test::More', '0.99';
 test_requires 'Test::LWP::UserAgent', '0.025';
+test_requires 'Test::Pod', '0';
 test_requires 'Encode', '0';

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



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