X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/49e85177c669d793e84242983a1b1f430e47184e..57e75112e7ce09f9577c63184b2e7cebe2a312ba:/tools/tesh/colorize.pl diff --git a/tools/tesh/colorize.pl b/tools/tesh/colorize.pl index 9cc8d183c9..88b1f55e86 100755 --- a/tools/tesh/colorize.pl +++ b/tools/tesh/colorize.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl # Copyright (c) 2010, 2014. The SimGrid Team. # All rights reserved. @@ -6,6 +6,8 @@ # This program is free software; you can redistribute it and/or modify it # under the terms of the license (GNU LGPL) which comes with this package. +use warnings; + use Term::ANSIColor qw{:constants}; $Term::ANSIColor::AUTORESET = 1;