howdy folks,

i just learned the hard way that makepl_args.mod_perl2 needs
newlines between the options, whereas mod_perl1 worked fine
with just spaces. seems worth documenting:

regards, brandt

Index: src/mod_perl-docs/src/docs/2.0/user/install/install.pod
===================================================================
--- src/mod_perl-docs/src/docs/2.0/user/install/install.pod     (revision 
111889)
+++ src/mod_perl-docs/src/docs/2.0/user/install/install.pod     (working copy)
@@ -547,7 +547,8 @@
 =head3 mod_perl Options File
 
 Options can also be specified in the file I<makepl_args.mod_perl2> or
-I<.makepl_args.mod_perl2>. The file can be placed under C<$ENV{HOME}>,
+I<.makepl_args.mod_perl2>. Each option specified in this file must be
+on a separate line. The file can be placed under C<$ENV{HOME}>,
 the root of the source package or its parent directory. So if you
 unpack the mod_perl source into I</tmp/mod_perl-2.x/> and your home is
 I</home/foo/>, the file will be searched in:

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to