X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile.PL;h=acdeac1178cdee57ef4bded9bfa1127eb57bea6c;hb=e93126834cddfb5e0f33f0f8df77e67ee2a68b48;hp=5021f6cc4295812d453a97db0a8847543d6b3a92;hpb=4a86a4de8c2fd0cb788d21172186f41ef829d741;p=koha.git diff --git a/Makefile.PL b/Makefile.PL index 5021f6cc42..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', @@ -312,6 +313,7 @@ my $target_map = { # that should go in /var/tmp/koha './tools' => 'INTRANET_CGI_DIR', './virtualshelves' => 'INTRANET_CGI_DIR', + './xml_sax.pl' => 'PERL_MODULE_DIR', # ignore files and directories created by the install itself './pm_to_blib' => 'NONE', './blib' => 'NONE', @@ -457,8 +459,8 @@ my %valid_config_values = ( 'INSTALL_ZEBRA' => { 'yes' => 1, 'no' => 1 }, 'INSTALL_SRU' => { 'yes' => 1, 'no' => 1 }, 'AUTH_INDEX_MODE' => { 'grs1' => 1, 'dom' => 1 }, - 'ZEBRA_MARC_FORMAT' => { 'marc21' => 1, 'unimarc' => 1 }, # FIXME should generate from contents of distributation - 'ZEBRA_LANGUAGE' => { 'en' => 1, 'fr' => 1 }, # FIXME should generate from contents of distribution + 'ZEBRA_MARC_FORMAT' => { 'marc21' => 1, 'normarc' => 1, 'unimarc' => 1 }, # FIXME should generate from contents of distributation + 'ZEBRA_LANGUAGE' => { 'en' => 1, 'fr' => 1, 'nb' => 1 }, # FIXME should generate from contents of distribution 'RUN_DATABASE_TESTS' => { 'yes' => 1, 'no' => 1 }, 'USE_MEMCACHED' => { 'yes' => 1, 'no' => 1 }, ); @@ -1578,4 +1580,5 @@ MJ Ray mjr at phonecoop.coop Galen Charlton galen.charlton at liblime.com =cut + FIXME: deal with .htaccess