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 40c6ed9578697b8b9ea0a4012410fe6c9d131a68
Merge: ec3ebea b909467
Author: vpeil <vitali.p...@uni-bielefeld.de>
Date:   Wed May 14 14:45:45 2014 +0200

    merge branch dev

 Build.PL                  | 84 ++---------------------------------------------
 META.json                 |  8 ++---
 cpanfile                  |  1 +
 dist.ini                  |  1 -
 lib/Catmandu/Pluggable.pm |  4 +--
 lib/Catmandu/Sane.pm      | 23 +++++++++++++
 lib/Catmandu/Util.pm      | 27 +++++++++++++--
 t/Catmandu-Cmd-convert.t  |  5 +--
 t/Catmandu-Cmd-count.t    |  5 +--
 t/Catmandu-Cmd-delete.t   |  5 +--
 t/Catmandu-Cmd-export.t   |  5 +--
 t/Catmandu-Pluggable.t    | 39 ++++++++++++----------
 12 files changed, 90 insertions(+), 117 deletions(-)

diff --cc Build.PL
index 32afb2e,da886e1..e2076e5
--- a/Build.PL
+++ b/Build.PL
@@@ -1,81 -1,4 +1,3 @@@
- 
- # This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild 
v5.016.
- use strict;
- use warnings;
- 
- use Module::Build 0.3601;
- 
- 
- my %module_build_args = (
-   "build_requires" => {
-     "Module::Build" => "0.3601"
-   },
-   "configure_requires" => {
-     "Module::Build" => "0.3601"
-   },
-   "dist_abstract" => "a data toolkit",
-   "dist_author" => [
-     "Nicolas Steenlant, C<< <nicolas.steenlant at ugent.be> >>"
-   ],
-   "dist_name" => "Catmandu",
-   "dist_version" => "0.9",
-   "license" => "perl",
-   "module_name" => "Catmandu",
-   "recommends" => {
-     "JSON::XS" => "2.3",
-     "YAML::XS" => "0.34"
-   },
-   "recursive_test_files" => 1,
-   "requires" => {
-     "App::Cmd" => "0.323",
-     "CGI::Expand" => "2.02",
-     "Clone" => "0.31",
-     "Config::Onion" => "1.004",
-     "Data::Compare" => "1.22",
-     "Data::UUID" => "1.217",
-     "Data::Util" => "0.59",
-     "IO::Handle::Util" => "0.01",
-     "JSON" => "2.51",
-     "List::MoreUtils" => "0.33",
-     "Marpa::R2" => "2.084000",
-     "Moo" => "1.000008",
-     "MooX::Log::Any" => 0,
-     "Sub::Exporter" => "0.982",
-     "Sub::Quote" => 0,
-     "Text::CSV" => "1.21",
-     "Throwable" => "0.200004",
-     "Time::HiRes" => 0,
-     "Try::Tiny::ByClass" => "0.01",
-     "YAML::Any" => "0.90",
-     "namespace::clean" => "0.24",
-     "perl" => "v5.10.1"
-   },
-   "script_files" => [],
-   "test_requires" => {
-     "Log::Any::Adapter" => "0.11",
-     "Log::Any::Test" => "0.15",
-     "Test::Deep" => "0.112",
-     "Test::Exception" => "0.32",
-     "Test::More" => "1.001003"
-   }
- );
- 
- 
- my %fallback_build_requires = (
-   "Log::Any::Adapter" => "0.11",
-   "Log::Any::Test" => "0.15",
-   "Module::Build" => "0.3601",
-   "Test::Deep" => "0.112",
-   "Test::Exception" => "0.32",
-   "Test::More" => "1.001003"
- );
- 
- 
- unless ( eval { Module::Build->VERSION(0.4004) } ) {
-   delete $module_build_args{test_requires};
-   $module_build_args{build_requires} = \%fallback_build_requires;
- }
- 
- my $build = Module::Build->new(%module_build_args);
- 
- $build->create_build_script;
 -# This Build.PL for Catmandu was generated by 
Dist::Zilla::Plugin::ModuleBuildTiny 0.006.
+ use v5.10.1;
+ use Module::Build::Tiny 0.030;
+ Build_PL();
diff --cc META.json
index 78d94e6,6a15619..2bb099c
--- a/META.json
+++ b/META.json
@@@ -36,14 -36,9 +36,9 @@@
        }
     },
     "prereqs" : {
-       "build" : {
-          "requires" : {
-             "Module::Build" : "0.3601"
-          }
-       },
        "configure" : {
           "requires" : {
-             "Module::Build" : "0.3601"
 -            "Module::Build::Tiny" : "0.035"
++            "Module::Build::Tiny" : "0.030"
           }
        },
        "develop" : {
@@@ -67,6 -62,6 +62,7 @@@
              "IO::Handle::Util" : "0.01",
              "JSON" : "2.51",
              "List::MoreUtils" : "0.33",
++            "Log::Any::Adapter" : "0.11",
              "Marpa::R2" : "2.084000",
              "Moo" : "1.000008",
              "MooX::Log::Any" : "0",
diff --cc cpanfile
index d9c3bc7,6a4cbb7..abaecf4
--- a/cpanfile
+++ b/cpanfile
@@@ -18,6 -21,6 +18,7 @@@ requires 'Data::Util', '0.59'
  requires 'IO::Handle::Util', '0.01';
  requires 'JSON', '2.51';
  requires 'List::MoreUtils', '0.33';
++requires 'Log::Any::Adapter', '0.11';
  requires 'Marpa::R2', '2.084000';
  requires 'Moo', '1.000008';
  requires 'MooX::Log::Any', 0;

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