X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=074ff55dd897e5accf6a3152c24cdb7fc699bfbb;hb=dc1d934c8f966dfbb824613f9ef034519acd2f05;hp=664f50fd66593c018880a33b99e227c7d97a81bf;hpb=9bb2554e39c583fb994a9d6bb487a75fc7c7251e;p=koha_gimpoz diff --git a/Makefile.PL b/Makefile.PL index 664f50fd66..074ff55dd8 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)...