Bug 4817: Point to README.Debian in koha package description, postinst output.
[koha.git] / Makefile.PL
index 5966d0d..e1a3be2 100644 (file)
@@ -34,7 +34,7 @@ use C4::Installer;
 my $koha_pm = C4::Installer::PerlModules->new;
 
 my $DEBUG = 0;
-die "perl 5.6.1 or later required" unless ($] >= 5.006001);
+die "perl 5.8.8 or later required" unless ($] >= 5.008008);
 
 # Hash up directory structure & files beginning with the directory we were called from (should be the base of koha)...