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/02/22 18:17:27 UTC

[2/2] lucy-clownfish git commit: Mark buildlib dirs as private

Mark buildlib dirs as private

This hopefully stops search.cpan.org and metacpan.org from creating
broken documentation from here-docs in Bindings.pm.


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

Branch: refs/heads/master
Commit: e4c04e2e0646d126ad3e5c1299d015ee28f95cd6
Parents: 4653692
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Mon Feb 22 17:48:03 2016 +0100
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Mon Feb 22 17:48:03 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/e4c04e2e/compiler/perl/Build.PL
----------------------------------------------------------------------
diff --git a/compiler/perl/Build.PL b/compiler/perl/Build.PL
index c19200e..e509e16 100644
--- a/compiler/perl/Build.PL
+++ b/compiler/perl/Build.PL
@@ -41,6 +41,9 @@ my $builder = Clownfish::CFC::Build->new(
             repository => 'https://git-wip-us.apache.org/repos/asf/lucy-clownfish.git',
             bugtracker => 'https://issues.apache.org/jira/browse/CLOWNFISH',
         },
+        no_index => {
+            directory => [qw( buildlib )],
+        },
     },
     add_to_cleanup => [
         qw(

http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/e4c04e2e/runtime/perl/Build.PL
----------------------------------------------------------------------
diff --git a/runtime/perl/Build.PL b/runtime/perl/Build.PL
index 245b8bf..8cec25d 100644
--- a/runtime/perl/Build.PL
+++ b/runtime/perl/Build.PL
@@ -45,6 +45,9 @@ my $builder = Clownfish::Build->new(
             repository => 'https://git-wip-us.apache.org/repos/asf/lucy-clownfish.git',
             bugtracker => 'https://issues.apache.org/jira/browse/CLOWNFISH',
         },
+        no_index => {
+            directory => [qw( buildlib )],
+        },
     },
     add_to_cleanup => [
         qw(