'fix-perl-path.PL' => [ # this script ensures the correct shebang line for the platform installed on...
'blib'
],
'build-from-shared-tmpl.PL' => [
'blib/OPAC_TMPL_DIR',
'blib/INTRANET_TMPL_DIR'
};
push @{ $pl_files->{'rewrite-config.PL'} }, (
use strict;
use Modern::Perl;
use File::Copy::Recursive qw(dircopy);
my $basedir = (shift);
dircopy( './koha-tmpl/shared-tmpl', $basedir ) or die("$!\n");