Francois Gouget : testbot/web: The Activity page does not need URI::Escape.

Alexandre Julliard julliard at winehq.org
Wed Mar 30 15:17:55 CDT 2022


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

Author: Francois Gouget <fgouget at 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 at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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;




More information about the wine-cvs mailing list