Repository: lucy-clownfish
Updated Branches:
  refs/heads/master cb4228524 -> b9c2efb77


Bump Module::Build dependency to 0.3604

Setting c_source to an arrayref with multiple directories isn't
supported in previous versions.

Fixes CLOWNFISH-106.


Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/b557bc27
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/b557bc27
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/b557bc27

Branch: refs/heads/master
Commit: b557bc27aa19a9a7110e1cf1da0820ecc8c77811
Parents: cb42285
Author: Nick Wellnhofer <wellnho...@aevum.de>
Authored: Thu Sep 29 13:58:21 2016 +0200
Committer: Nick Wellnhofer <wellnho...@aevum.de>
Committed: Thu Sep 29 14:53:50 2016 +0200

----------------------------------------------------------------------
 compiler/perl/Build.PL | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/b557bc27/compiler/perl/Build.PL
----------------------------------------------------------------------
diff --git a/compiler/perl/Build.PL b/compiler/perl/Build.PL
index 6cbac42..dfd7a8e 100644
--- a/compiler/perl/Build.PL
+++ b/compiler/perl/Build.PL
@@ -29,7 +29,7 @@ my $builder = Clownfish::CFC::Build->new(
     requires           => { 'perl' => '5.8.3', },
     configure_requires => { 'Module::Build' => 0.280801 },
     build_requires    => {
-        'Module::Build'      => 0.280801,
+        'Module::Build'      => 0.3604,
         'ExtUtils::CBuilder' => 0.18,
         'ExtUtils::ParseXS'  => 3.00,
         'Devel::PPPort'      => 3.14,

Reply via email to