Francois Gouget : testbot/Janitor: Import File::Path. It' s needed for rmtree().

Alexandre Julliard julliard at winehq.org
Mon Dec 4 12:28:30 CST 2017


Module: tools
Branch: master
Commit: 6fcc282a60ecdbef12b54c0d983178cdddb898eb
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=6fcc282a60ecdbef12b54c0d983178cdddb898eb

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




More information about the wine-cvs mailing list