Clarify in INSTALL what an extension name looks like:
David Mitchell [Fri, 22 Jan 2010 13:16:27 +0000 (13:16 +0000)]
is it IPC::SysV or IPC/SysV, or... ?

INSTALL

diff --git a/INSTALL b/INSTALL
index 8b6401d..60c304b 100644 (file)
--- 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