Skip to content
Snippets Groups Projects
Commit 66a7aeda authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- bugfix, module loading

parent 1150cd49
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,6 @@ package SLUB::LZA::SIPBuilder;
use Path::Tiny;
use LWP::UserAgent; # to get MARC data
use MARC::Record;
use Pod::Usage;
use XML::LibXML;
use XML::LibXSLT;
use XML::XPath;
......@@ -264,6 +263,7 @@ use Digest::MD5;
use constant buffer => 100 * 1024 * 1024; # use 100MB as Buffer
use File::Find;
use File::Copy qw(cp);
use Pod::Usage;
my $directory;
my $ppn;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment