Bug 24883: (RM follow-up) Use Koha::Script
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 27 Mar 2020 12:12:31 +0000 (12:12 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 27 Mar 2020 12:12:31 +0000 (12:12 +0000)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

misc/load_yaml.pl

index 118c394..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;