You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2016/01/15 02:52:32 UTC

[3/8] lucy-clownfish git commit: Remove dated Module::Build explanation.

Remove dated Module::Build explanation.

Module::Build is no longer bundled with Perl.


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

Branch: refs/heads/master
Commit: 292dad11a3063b2d3955ab99fdc1b55d3784c846
Parents: ed2aa84
Author: Marvin Humphrey <ma...@rectangular.com>
Authored: Wed Dec 30 16:13:10 2015 -0800
Committer: Marvin Humphrey <ma...@rectangular.com>
Committed: Wed Dec 30 16:14:22 2015 -0800

----------------------------------------------------------------------
 compiler/perl/INSTALL.md | 4 ----
 runtime/perl/INSTALL.md  | 4 ----
 2 files changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/292dad11/compiler/perl/INSTALL.md
----------------------------------------------------------------------
diff --git a/compiler/perl/INSTALL.md b/compiler/perl/INSTALL.md
index 77823b0..fd08127 100644
--- a/compiler/perl/INSTALL.md
+++ b/compiler/perl/INSTALL.md
@@ -9,7 +9,3 @@ following commands:
     perl Build test
     perl Build install
 
-Module::Build is required.  Since Perl 5.10.0, Module::Build has been bundled
-with the Perl core, but on older systems it may be necessary to install it
-from CPAN first.
-

http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/292dad11/runtime/perl/INSTALL.md
----------------------------------------------------------------------
diff --git a/runtime/perl/INSTALL.md b/runtime/perl/INSTALL.md
index 60185e0..824af32 100644
--- a/runtime/perl/INSTALL.md
+++ b/runtime/perl/INSTALL.md
@@ -9,7 +9,3 @@ commands:
     perl Build test
     perl Build install
 
-Module::Build is required.  Since Perl 5.10.0, Module::Build has been bundled
-with the Perl core, but on older systems it may be necessary to install it
-from CPAN first.
-