You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2005/02/16 00:32:56 UTC

svn commit: r153975 - perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod

Author: stas
Date: Tue Feb 15 15:32:53 2005
New Revision: 153975

URL: http://svn.apache.org/viewcvs?view=rev&rev=153975
Log:
perl Makefile.PL options may include MM options too

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod?view=diff&r1=153974&r2=153975
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod Tue Feb 15 15:32:53 2005
@@ -289,7 +289,9 @@
   % cd modperl-1.99_xx
   % perl Makefile.PL <options>
 
-where I<options> is an optional list of (key,value) pairs.
+where I<options> is an optional list of key/value pairs.  These
+options can include all the usual options supported by
+C<ExtUtils::MakeMaker> (e.g., C<PREFIX>, C<LIB>, etc.).
 
 The following sections give the details about all the available
 options, but let's mention first an important one.



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org