From cc474141d4abcfe9c9b4b4dd02e692c5a8ed840a Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 22 Sep 2015 11:52:12 +0200 Subject: [PATCH 1/1] [tesh] try to load a handy perl module for the windows port This is just to check if it's installed on appveyor. --- tools/tesh/tesh.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/tesh/tesh.pl b/tools/tesh/tesh.pl index b46be005bf..9db28ba2f8 100755 --- a/tools/tesh/tesh.pl +++ b/tools/tesh/tesh.pl @@ -56,6 +56,7 @@ if($^O eq "linux" || $^O eq "MacOS"){ } else { die "Tesh: Unknown operating system: $^O\n"; } +use if $^O eq 'MSWin32', 'Win32::Job'; ## ## Command line option handling -- 2.20.1