From: Martin Quinson Date: Tue, 22 Sep 2015 09:52:12 +0000 (+0200) Subject: [tesh] try to load a handy perl module for the windows port X-Git-Tag: v3_12~134 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/cc474141d4abcfe9c9b4b4dd02e692c5a8ed840a?hp=62e947e9fd53020319d367092277969c88f20de1;ds=sidebyside [tesh] try to load a handy perl module for the windows port This is just to check if it's installed on appveyor. --- 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