Browse Source

Bug 24883: (RM follow-up) Use Koha::Script

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
20.05.x
Martin Renvoize 4 years ago
parent
commit
5982159f35
Signed by: martin.renvoize GPG Key ID: 422B469130441A0F
  1. 1
      misc/load_yaml.pl

1
misc/load_yaml.pl

@ -19,6 +19,7 @@
use Modern::Perl;
use Koha::Script;
use Getopt::Long qw(:config no_ignore_case);
use C4::Context;
use C4::Installer;

Loading…
Cancel
Save