]> git.donarmstrong.com Git - debbugs.git/commitdiff
uh... readd use Debbugs::SOAP::Server;
authorDon Armstrong <don@donarmstrong.com>
Wed, 20 Jun 2007 21:11:32 +0000 (22:11 +0100)
committerDon Armstrong <don@donarmstrong.com>
Wed, 20 Jun 2007 21:11:32 +0000 (22:11 +0100)
cgi/soap.cgi

index 666a68cafa178855da90c96a50f93f6b19ea9ef6..c914b0121aa3a1caef09455888ef18775acecd83 100755 (executable)
@@ -2,6 +2,8 @@
 
 #use SOAP::Transport::HTTP;
 
+use Debbugs::SOAP::Server;
+
 # Work around stupid soap bug on line 411
 if (not exists $ENV{EXPECT}) {
      $ENV{EXPECT} = '';