From 1c042b23ae69a1d117b45f3c980cab396d9b5465 Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 10 Sep 2007 14:19:10 +0000 Subject: [PATCH 1/1] Fix error-message for too-old YAZ. --- Makefile.PL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index f216f23..985745c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# $Id: Makefile.PL,v 1.20 2007-02-26 14:41:24 mike Exp $ +# $Id: Makefile.PL,v 1.21 2007-09-10 14:19:10 mike Exp $ use 5.008; use ExtUtils::MakeMaker; @@ -54,7 +54,7 @@ sub check_version { print <<__EOT__; *** ERROR! ZOOM-Perl requires at least version $want of YAZ, -but is currently you only have version $got. +but you only have version $got. __EOT__ exit 1; } -- 1.7.10.4