Repository: lucy-clownfish Updated Branches: refs/heads/0.4 393b9c3f2 -> cc13cb0bb
Bump Devel::PPPort dependency to version 3.14 Building with PPPort version 3.13 can fail because emulation of mPUSHs for older Perls was first added in Devel::PPPort 3.13_01. Fixes CLOWNFISH-17. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/ef65834c Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/ef65834c Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/ef65834c Branch: refs/heads/0.4 Commit: ef65834ce4a31c9cd3a60a3c2943063914a57228 Parents: 393b9c3 Author: Nick Wellnhofer <[email protected]> Authored: Wed Sep 17 10:36:31 2014 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Wed Sep 17 10:49:22 2014 +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/ef65834c/compiler/perl/Build.PL ---------------------------------------------------------------------- diff --git a/compiler/perl/Build.PL b/compiler/perl/Build.PL index ccff620..c19200e 100644 --- a/compiler/perl/Build.PL +++ b/compiler/perl/Build.PL @@ -32,7 +32,7 @@ my $builder = Clownfish::CFC::Build->new( 'Module::Build' => 0.280801, 'ExtUtils::CBuilder' => 0.18, 'ExtUtils::ParseXS' => 2.16, - 'Devel::PPPort' => 3.13, + 'Devel::PPPort' => 3.14, }, meta_merge => { keywords => [qw( clownfish )], }, meta_add => { http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/ef65834c/runtime/perl/Build.PL ---------------------------------------------------------------------- diff --git a/runtime/perl/Build.PL b/runtime/perl/Build.PL index d6a7204..245b8bf 100644 --- a/runtime/perl/Build.PL +++ b/runtime/perl/Build.PL @@ -35,7 +35,7 @@ my $builder = Clownfish::Build->new( 'Module::Build' => 0.280801, 'ExtUtils::CBuilder' => 0.21, 'ExtUtils::ParseXS' => 2.18, - 'Devel::PPPort' => 3.13, + 'Devel::PPPort' => 3.14, 'Clownfish::CFC' => 0.004000, }, meta_merge => { keywords => [qw( clownfish )], },
