Module: tools Branch: master Commit: 5377631158b5723dfe18893c56cd84af82063fbb URL: https://source.winehq.org/git/tools.git/?a=commit;h=5377631158b5723dfe18893c...
Author: Francois Gouget fgouget@codeweavers.com Date: Mon Apr 4 18:14:41 2022 +0200
testbot/cgi: Sessions does not need CGI::Cookie.
Getting and setting cookies is done through the PageBase class.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/lib/WineTestBot/CGI/Sessions.pm | 1 - 1 file changed, 1 deletion(-)
diff --git a/testbot/lib/WineTestBot/CGI/Sessions.pm b/testbot/lib/WineTestBot/CGI/Sessions.pm index 4ca62ba..39634e3 100644 --- a/testbot/lib/WineTestBot/CGI/Sessions.pm +++ b/testbot/lib/WineTestBot/CGI/Sessions.pm @@ -55,7 +55,6 @@ our @ISA = qw(WineTestBot::WineTestBotCollection); our @EXPORT = qw(CreateSessions DeleteSessions NewSession);
use Bytes::Random::Secure; -use CGI::Cookie;
use ObjectModel::BasicPropertyDescriptor; use ObjectModel::ItemrefPropertyDescriptor;