Updating perl version required to match reality
authorChris Cormack <chrisc@catalyst.net.nz>
Tue, 18 Oct 2011 13:57:18 +0000 (02:57 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 18 Oct 2011 13:57:18 +0000 (02:57 +1300)
INSTALL
Makefile.PL

diff --git a/INSTALL b/INSTALL
index aadef20..0fb3b45 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -10,7 +10,7 @@ more about the Koha project at http://koha-community.org.
 INSTALLATION
 ============
 
-You need to have a server running Perl 5.8.8 or later, MySQL 5, Zebra
+You need to have a server running Perl 5.10 or later, MySQL 5, Zebra
 2.0.22 or greater and a webserver (preferably Apache2) before installing
 Koha.
 
index 664f50f..074ff55 100644 (file)
@@ -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)...