TT#17650 Fix YAML::XS import

Change-Id: I9d2f9c0cdabbbdcc621ea7f1e2bdbe0ef36494b2
changes/03/13903/1
Guillem Jover 9 years ago
parent ea0a7fbc1d
commit 0045d1e96b

@ -22,7 +22,7 @@ use strict;
use warnings;
use English;
use YAML:XS qw();
use YAML::XS qw();
use Getopt::Long;
use Cwd 'abs_path';
use Config::Tiny;

Loading…
Cancel
Save