X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=acdeac1178cdee57ef4bded9bfa1127eb57bea6c;hb=bd28b8d6c3ab15ae278d7d9eddc73e3af786e87f;hp=664f50fd66593c018880a33b99e227c7d97a81bf;hpb=228587f19b25406f8a2ee76827524ef3fc921a77;p=koha_fer diff --git a/Makefile.PL b/Makefile.PL index 664f50fd66..acdeac1178 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -33,7 +33,7 @@ use C4::Installer; my $koha_pm = C4::Installer::PerlModules->new; my $DEBUG = 0; -die "perl 5.8.8 or later required" unless ($] >= 5.008008); +die "perl 5.10 or later required" unless ($] >= 5.010000); # Hash up directory structure & files beginning with the directory we were called from (should be the base of koha)... @@ -266,6 +266,7 @@ my $target_map = { './installer-CPAN.pl' => 'NONE', './installer' => 'INTRANET_CGI_DIR', './errors' => {target => 'INTRANET_CGI_DIR'}, + './Koha' => 'PERL_MODULE_DIR', './koha-tmpl/intranet-tmpl' => {target => 'INTRANET_TMPL_DIR', trimdir => -1}, './koha-tmpl/opac-tmpl' => {target => 'OPAC_TMPL_DIR', trimdir => -1}, './kohaversion.pl' => 'INTRANET_CGI_DIR',