Module: tools Branch: master Commit: 6fcc282a60ecdbef12b54c0d983178cdddb898eb URL: http://source.winehq.org/git/tools.git/?a=commit;h=6fcc282a60ecdbef12b54c0d9...
Author: Francois Gouget fgouget@codeweavers.com Date: Mon Dec 4 18:27:42 2017 +0100
testbot/Janitor: Import File::Path. It's needed for rmtree().
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/bin/Janitor.pl | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/testbot/bin/Janitor.pl b/testbot/bin/Janitor.pl index fd1b256..c07c21b 100755 --- a/testbot/bin/Janitor.pl +++ b/testbot/bin/Janitor.pl @@ -37,6 +37,8 @@ sub BEGIN } }
+use File::Path; + use WineTestBot::Config; use WineTestBot::Jobs; use WineTestBot::Log;