[Tools] testbot/Janitor: Import File::Path. It's needed for rmtree().
4 Dec
2017
4 Dec
'17
5:27 p.m.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> --- testbot/bin/Janitor.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testbot/bin/Janitor.pl b/testbot/bin/Janitor.pl index fd1b256b..c07c21bd 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; -- 2.15.0
2938
Age (days ago)
2938
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget