Bug 24322: Simplify condition to separate elements
[koha-ffzg.git] / misc / load_yaml.pl
index b12d88d..362a251 100755 (executable)
@@ -19,6 +19,7 @@
 
 use Modern::Perl;
 
+use Koha::Script;
 use Getopt::Long qw(:config no_ignore_case);
 use C4::Context;
 use C4::Installer;
@@ -41,7 +42,7 @@ USAGE
 }
 
 # Getting parameters
-my ( @files, $dump, $load, $help );
+my ( @files, $load, $help );
 
 GetOptions(
  'help|h'        => \$help,