X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile.PL;h=074ff55dd897e5accf6a3152c24cdb7fc699bfbb;hb=02d392a502571e14df9373782343cf5e3bbe83b6;hp=664f50fd66593c018880a33b99e227c7d97a81bf;hpb=228587f19b25406f8a2ee76827524ef3fc921a77;p=koha.git 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)...