Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
not implicit on all systems
authorAugustin Degomme <degomme@idpann.imag.fr>
Thu, 17 Oct 2013 12:36:53 +0000 (14:36 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Thu, 17 Oct 2013 12:36:53 +0000 (14:36 +0200)
buildtools/Cmake/Scripts/tesh.pl

index 93febca..9170663 100755 (executable)
@@ -33,6 +33,7 @@ use Getopt::Long qw(GetOptions);
 use strict;
 use Term::ANSIColor;
 use IPC::Open3;
 use strict;
 use Term::ANSIColor;
 use IPC::Open3;
+use IO::File;
 
 if($^O eq "linux"){
     $OS = "UNIX";
 
 if($^O eq "linux"){
     $OS = "UNIX";