Repository: lucy Updated Branches: refs/heads/0.4 c4687f393 -> 46f2f3f05
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. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/46f2f3f0 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/46f2f3f0 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/46f2f3f0 Branch: refs/heads/0.4 Commit: 46f2f3f0586cae0a4b903df4e78714af3292072e Parents: c4687f3 Author: Nick Wellnhofer <[email protected]> Authored: Wed Sep 17 10:51:56 2014 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Wed Sep 17 10:52:45 2014 +0200 ---------------------------------------------------------------------- perl/Build.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/46f2f3f0/perl/Build.PL ---------------------------------------------------------------------- diff --git a/perl/Build.PL b/perl/Build.PL index 0ca8041..79f6a31 100644 --- a/perl/Build.PL +++ b/perl/Build.PL @@ -52,7 +52,7 @@ my $builder = Lucy::Build->new( 'Module::Build' => 0.280801, 'ExtUtils::CBuilder' => 0.21, 'ExtUtils::ParseXS' => 2.18, - 'Devel::PPPort' => 3.13, + 'Devel::PPPort' => 3.14, }, meta_merge => { keywords => [qw( search lucy lucene )], }, meta_add => {
