Francois Gouget : testbot/web: The Activity page does not need URI::Escape.
Module: tools Branch: master Commit: 5899442aa390a0c6878dc7bc6d7bfa02288fe782 URL: https://source.winehq.org/git/tools.git/?a=commit;h=5899442aa390a0c6878dc7bc... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Wed Mar 30 19:04:06 2022 +0200 testbot/web: The Activity page does not need URI::Escape. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- testbot/web/Activity.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/testbot/web/Activity.pl b/testbot/web/Activity.pl index cbe3f87..1771e7c 100644 --- a/testbot/web/Activity.pl +++ b/testbot/web/Activity.pl @@ -25,7 +25,6 @@ use ObjectModel::CGI::FreeFormPage; our @ISA = qw(ObjectModel::CGI::FreeFormPage); use POSIX qw(strftime); -use URI::Escape; use ObjectModel::BasicPropertyDescriptor; use WineTestBot::Config;
participants (1)
-
Alexandre Julliard