Francois Gouget : testbot/cgi: ItemPage does not need URI::Escape.

Alexandre Julliard julliard at winehq.org
Thu Mar 31 14:36:59 CDT 2022


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu Mar 31 16:06:02 2022 +0200

testbot/cgi: ItemPage does not need URI::Escape.

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

---

 testbot/lib/ObjectModel/CGI/ItemPage.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testbot/lib/ObjectModel/CGI/ItemPage.pm b/testbot/lib/ObjectModel/CGI/ItemPage.pm
index 567a489..b88e273 100644
--- a/testbot/lib/ObjectModel/CGI/ItemPage.pm
+++ b/testbot/lib/ObjectModel/CGI/ItemPage.pm
@@ -31,7 +31,6 @@ ObjectModel::CGI::ItemPage - Base class for bound web forms
 use ObjectModel::CGI::FormPage;
 our @ISA = qw(ObjectModel::CGI::FormPage);
 
-use URI::Escape;
 
 sub _initialize($$$$)
 {




More information about the wine-cvs mailing list