Francois Gouget : testbot/cgi: ItemPage does not need URI::Escape.
Module: tools Branch: master Commit: 5b93ca3f4d192b1e22c8ae89076717432f785895 URL: https://source.winehq.org/git/tools.git/?a=commit;h=5b93ca3f4d192b1e22c8ae89... Author: Francois Gouget <fgouget(a)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(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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($$$$) {
participants (1)
-
Alexandre Julliard