adds blib/arch to the httpd.conf
While I'm poking about in here, would it be alright to add
some optional configuration stuff for write_httpd_conf()? It
would sure clean up a lot of after the fact twiddling I'm
doing with it. (Like moving httpd, httpd.conf and creating
an access_log.)
diff -ur modperl/lib/Apache/test.pm modperl~/lib/Apache/test.pm
--- modperl/lib/Apache/test.pm Sun Aug 26 18:17:26 2001
+++ modperl~/lib/Apache/test.pm Fri Dec 21 21:41:33 2001
@@ -77,7 +77,7 @@
# Look in ./blib/lib
#PerlModule ExtUtils::testlib
<Perl>
- use lib "$DIR/blib/lib", "$DIR/t/lib";
+ use lib "$DIR/blib/lib", "$DIR/blib/arch", "$DIR/t/lib";
</Perl>
$args{include}
Rick Myers [EMAIL PROTECTED]
----------------------------------------------------
The Feynman Problem 1) Write down the problem.
Solving Algorithm 2) Think real hard.
3) Write down the answer.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]