In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/47bd56ab669218f71586b01b08c680861542c90b?hp=2628941b2d252f43f51dd0bcf09e95facb046886>

- Log -----------------------------------------------------------------
commit 47bd56ab669218f71586b01b08c680861542c90b
Author: David Mitchell <da...@iabyn.com>
Date:   Fri Jan 22 13:16:27 2010 +0000

    Clarify in INSTALL what an extension name looks like:
    
    is it IPC::SysV or IPC/SysV, or... ?
-----------------------------------------------------------------------

Summary of changes:
 INSTALL |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/INSTALL b/INSTALL
index 8b6401d..60c304b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -932,7 +932,8 @@ only if it is able to find the gdbm library.
 
 To disable certain extensions so that they are not built, use the
 -Dnoextensions=... and -Donlyextensions=... options.  They both accept
-a space-separated list of extensions.  The extensions listed in
+a space-separated list of extensions, such as C<IPC/SysV>. The extensions
+listed in
 C<noextensions> are removed from the list of extensions to build, while
 the C<onlyextensions> is rather more severe and builds only the listed
 extensions.  The latter should be used with extreme caution since

--
Perl5 Master Repository

Reply via email to