=cut
use strict;
use Modern::Perl;
use warnings;
use lib qw( .. );
use Data::Dumper;
use File::Find;
use Test::More tests => 6;
use Test::More tests => 3;
# hardcoded OPAC & STAFF dirs
my $opac_dir = 'koha-tmpl/opac-tmpl';
}
-
1;