Revision: 13
Author: phred_moyer
Date: 2006-04-13 23:11:47 -0700 (Thu, 13 Apr 2006)
ViewCVS: http://svn.sourceforge.net/apache-dispatch/?rev=13&view=rev
Log Message:
-----------
- remove Perl section which disables warnings and uses blib
For some odd reason, make test would not start the server with this section. I
don't currently have any idea why, even though I was able to start the server
in single user mode, and under -debug using gdb and the Perl debugger.
Regardless, things are finally moving forward here, that was a head trip of a
bug.
Modified Paths:
--------------
trunk/t/conf/extra.last.conf.in
Modified: trunk/t/conf/extra.last.conf.in
===================================================================
--- trunk/t/conf/extra.last.conf.in 2006-04-05 16:36:32 UTC (rev 12)
+++ trunk/t/conf/extra.last.conf.in 2006-04-14 06:11:47 UTC (rev 13)
@@ -1,9 +1,3 @@
-<Perl>
- # stuff to get Apache::Test to recognize shared object files
- local $^W = 0;
- use blib;
-</Perl>
-
<IfDefine APACHE2>
PerlModule Apache2::Dispatch
<Perl>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|