Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[tesh] try to load a handy perl module for the windows port
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 22 Sep 2015 09:52:12 +0000 (11:52 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 22 Sep 2015 09:52:15 +0000 (11:52 +0200)
This is just to check if it's installed on appveyor.

tools/tesh/tesh.pl

index b46be00..9db28ba 100755 (executable)
@@ -56,6 +56,7 @@ if($^O eq "linux" || $^O eq "MacOS"){
 } else {
     die "Tesh: Unknown operating system: $^O\n";
 }
 } else {
     die "Tesh: Unknown operating system: $^O\n";
 }
+use if $^O eq 'MSWin32', 'Win32::Job';
 
 ##
 ## Command line option handling
 
 ##
 ## Command line option handling