Repository: lucy
Updated Branches:
  refs/heads/master 87f3fb03a -> 3fd961b9b


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/3fd961b9
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/3fd961b9
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/3fd961b9

Branch: refs/heads/master
Commit: 3fd961b9b7d5f4fb942cea056cdd425db1436fc0
Parents: 87f3fb0
Author: Nick Wellnhofer <[email protected]>
Authored: Wed Sep 17 10:51:56 2014 +0200
Committer: Nick Wellnhofer <[email protected]>
Committed: Wed Sep 17 10:51:56 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/lucy/blob/3fd961b9/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   => {

Reply via email to