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

Signed-off-by: Galen Charlton <gmcha...@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

_______________________________________________
Koha-patches mailing list
Koha-patches@lists.koha.org
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to