Index: trunk/Nebulous-Server/lib/Nebulous/Server/Apache.pm
===================================================================
--- trunk/Nebulous-Server/lib/Nebulous/Server/Apache.pm	(revision 2898)
+++ trunk/Nebulous-Server/lib/Nebulous/Server/Apache.pm	(revision 2900)
@@ -10,4 +10,5 @@
 our $VERSION = 0.01;
 
+use PS::IPP::IData::Server;
 use SOAP::Transport::HTTP;
 
@@ -16,5 +17,7 @@
     ->options({ compress_threshold => 10 * 1024 });
 
+no warnings qw( redefine );
 sub handler { $server->handler(@_); }
+use warnings;
 
 1;
