You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2016/07/11 11:25:45 UTC

[12/14] lucy-clownfish git commit: Bump ExtUtils::ParseXS dependency to 3.00

Bump ExtUtils::ParseXS dependency to 3.00

Older versions wouldn't clear the @BootCode global and mess up the
BOOT section when building multiple XS files.


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

Branch: refs/heads/master
Commit: bad95e074b7cf094cf8c06205f7b1c41ddcaa45b
Parents: ef738c2
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Fri Jul 8 13:57:36 2016 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Fri Jul 8 14:35:42 2016 +0200

----------------------------------------------------------------------
 compiler/perl/Build.PL | 2 +-
 runtime/perl/Build.PL  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/bad95e07/compiler/perl/Build.PL
----------------------------------------------------------------------
diff --git a/compiler/perl/Build.PL b/compiler/perl/Build.PL
index 783971f..395478e 100644
--- a/compiler/perl/Build.PL
+++ b/compiler/perl/Build.PL
@@ -31,7 +31,7 @@ my $builder = Clownfish::CFC::Build->new(
     build_requires    => {
         'Module::Build'      => 0.280801,
         'ExtUtils::CBuilder' => 0.18,
-        'ExtUtils::ParseXS'  => 2.16,
+        'ExtUtils::ParseXS'  => 3.00,
         'Devel::PPPort'      => 3.14,
     },
     meta_merge => { keywords => [qw( clownfish )], },

http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/bad95e07/runtime/perl/Build.PL
----------------------------------------------------------------------
diff --git a/runtime/perl/Build.PL b/runtime/perl/Build.PL
index 5190a1e..2178e79 100644
--- a/runtime/perl/Build.PL
+++ b/runtime/perl/Build.PL
@@ -34,7 +34,7 @@ my $builder = Clownfish::Build->new(
     build_requires => {
         'Module::Build'      => 0.280801,
         'ExtUtils::CBuilder' => 0.21,
-        'ExtUtils::ParseXS'  => 2.18,
+        'ExtUtils::ParseXS'  => 3.00,
         'Devel::PPPort'      => 3.14,
         'Clownfish::CFC'     => 0.005000,
     },