X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d8b68d29bcf7480438421d1345249d52838683a3..99b455e92cd42625814c8bfd1d47b28feb65fe35:/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;