Francois Gouget : testbot/cgi: PageBase does not need Apache2::ServerRec.

Alexandre Julliard julliard at winehq.org
Mon Apr 4 15:32:47 CDT 2022


Module: tools
Branch: master
Commit: f7d0771f1a9ab5efb2444a2c70ecdbe31095f1a2
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=f7d0771f1a9ab5efb2444a2c70ecdbe31095f1a2

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Apr  4 18:14:36 2022 +0200

testbot/cgi: PageBase does not need Apache2::ServerRec.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/lib/WineTestBot/CGI/PageBase.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testbot/lib/WineTestBot/CGI/PageBase.pm b/testbot/lib/WineTestBot/CGI/PageBase.pm
index f76a15f..06dba89 100644
--- a/testbot/lib/WineTestBot/CGI/PageBase.pm
+++ b/testbot/lib/WineTestBot/CGI/PageBase.pm
@@ -39,7 +39,6 @@ use Exporter 'import';
 our @EXPORT = qw(CreatePageBase);
 
 use Apache2::Const -compile => qw(REDIRECT);
-use Apache2::ServerRec;
 use CGI::Cookie;
 use URI::Escape;
 use WineTestBot::CGI::Sessions;




More information about the wine-cvs mailing list