fix options parsing

This commit is contained in:
Stéphane Lesimple 2019-03-02 19:34:09 +01:00
parent 7d46a7a32a
commit e5218fd0ba

View file

@ -18,7 +18,7 @@ use warnings;
use version;
use IPC::Open3;
use Symbol 'gensym';
use Getopt::Long;
use Getopt::Long qw{ :config no_ignore_case };
use Data::Dumper;
use Term::ANSIColor;