From: mike Date: Mon, 10 Sep 2007 14:19:10 +0000 (+0000) Subject: Fix error-message for too-old YAZ. X-Git-Tag: cpan_1_22~36 X-Git-Url: http://git.indexdata.com/?p=ZOOM-Perl-moved-to-github.git;a=commitdiff_plain;h=1c042b23ae69a1d117b45f3c980cab396d9b5465 Fix error-message for too-old YAZ. --- 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; }