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

js pushed a commit to tag 0.91
in repository libcatmandu-perl.

commit 781931657d360196ecd3169f095ffb9e02d83e61
Author: Patrick Hochstenbach <patrick.hochstenb...@ugent.be>
Date:   Tue May 20 09:28:04 2014 +0200

    Adding Test::Pod dependency in the test
---
 Build.PL  | 8 +++++---
 META.json | 5 +++--
 cpanfile  | 1 +
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/Build.PL b/Build.PL
index c54c4ec..d87c259 100644
--- a/Build.PL
+++ b/Build.PL
@@ -18,7 +18,7 @@ my %module_build_args = (
     "Nicolas Steenlant, C<< <nicolas.steenlant at ugent.be> >>"
   ],
   "dist_name" => "Catmandu",
-  "dist_version" => "0.9",
+  "dist_version" => "0.91",
   "license" => "perl",
   "module_name" => "Catmandu",
   "recommends" => {
@@ -57,7 +57,8 @@ my %module_build_args = (
     "Log::Any::Test" => "0.15",
     "Test::Deep" => "0.112",
     "Test::Exception" => "0.32",
-    "Test::More" => "1.001003"
+    "Test::More" => "1.001003",
+    "Test::Pod" => 0
   }
 );
 
@@ -68,7 +69,8 @@ my %fallback_build_requires = (
   "Module::Build" => "0.3601",
   "Test::Deep" => "0.112",
   "Test::Exception" => "0.32",
-  "Test::More" => "1.001003"
+  "Test::More" => "1.001003",
+  "Test::Pod" => 0
 );
 
 
diff --git a/META.json b/META.json
index 6c71e0c..73d7767 100644
--- a/META.json
+++ b/META.json
@@ -88,7 +88,8 @@
             "Log::Any::Test" : "0.15",
             "Test::Deep" : "0.112",
             "Test::Exception" : "0.32",
-            "Test::More" : "1.001003"
+            "Test::More" : "1.001003",
+            "Test::Pod" : "0"
          }
       }
    },
@@ -104,7 +105,7 @@
          "web" : "https://github.com/LibreCat/Catmandu";
       }
    },
-   "version" : "0.9",
+   "version" : "0.91",
    "x_contributors" : [
       "Christian Pietsch <chr.pietsch+git...@googlemail.com>",
       "Dave Sherohman <dave.sheroh...@lub.lu.se>",
diff --git a/cpanfile b/cpanfile
index abaecf4..870af4d 100644
--- a/cpanfile
+++ b/cpanfile
@@ -4,6 +4,7 @@ on 'test', sub {
   requires 'Test::Deep', '0.112';
   requires 'Test::Exception', '0.32';
   requires 'Test::More', '1.001003';
+  requires 'Test::Pod', 0;
   requires 'Log::Any::Test', '0.15';
   requires 'Log::Any::Adapter', '0.11';
 };

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to