diff --git a/bin/create_lnp.pl b/bin/create_lnp.pl index 8fb99924..f9b540d0 100755 --- a/bin/create_lnp.pl +++ b/bin/create_lnp.pl @@ -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;