[Koha-patches] [PATCH 2/2] set minimum version of Perl required to 5.8.2

Galen Charlton gmcharlt at gmail.com
Fri May 14 14:25:02 CEST 2010


This corresponds to the minimum version required
by MARC::Record.

Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
---
 Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index a31d6db..380a126 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -27,7 +27,7 @@ use File::Spec;
 use Getopt::Long;
 
 my $DEBUG = 0;
-die "perl 5.6.1 or later required" unless ($] >= 5.006001);
+die "perl 5.8.2 or later required" unless ($] >= 5.008002);
 
 # Hash up directory structure & files beginning with the directory we were called from (should be the base of koha)...
 
-- 
1.7.0




More information about the Koha-patches mailing list