Repository: lucy-clownfish Updated Branches: refs/heads/master ebec05a3e -> 95e5c3ad2
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/b5d43c4d Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/b5d43c4d Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/b5d43c4d Branch: refs/heads/master Commit: b5d43c4dc67abab612aa447341908a3355295434 Parents: ebec05a 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:00 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/b5d43c4d/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/b5d43c4d/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 )], },
