Index: /trunk/Nebulous/t/conf/extra.conf.in
===================================================================
--- /trunk/Nebulous/t/conf/extra.conf.in	(revision 4910)
+++ /trunk/Nebulous/t/conf/extra.conf.in	(revision 4911)
@@ -3,18 +3,6 @@
 # this file will be Include-d by @ServerRoot@/httpd.conf
 
-# where Nebulous::Server::Apache can be found
-# mp2
-PerlSwitches -I@ServerRoot@/../lib
-
-# mp1
-#<perl >
-#use lib qw( @ServerRoot@/../lib );
-#</perl >
-
-#ScriptSock logs/cgisock
-
 <Location /nebulous>
     SetHandler perl-script
-#    PerlHandler Nebulous::Server::Apache
     PerlResponseHandler Apache2::SOAP
     PerlSetVar dispatch_to "PerlHandler Nebulous::Server::SOAP"
Index: /trunk/Nebulous/t/conf/startup.pl.in
===================================================================
--- /trunk/Nebulous/t/conf/startup.pl.in	(revision 4910)
+++ /trunk/Nebulous/t/conf/startup.pl.in	(revision 4911)
@@ -1,4 +1,6 @@
 use strict;
 use warnings FATAL => qw( all );
+
+use lib qw( @ServerRoot@/../lib );
 
 use Apache::DBI;
