From: mike Date: Mon, 26 Feb 2007 14:41:24 +0000 (+0000) Subject: WARNING about YAZ version is not a warning, it's an error. X-Git-Tag: cpan_1_22~67 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=8c2ff4fb8106ff1b5b67570c3a3f960de1fdf9b4;hp=3150ab3b918c91a56ca741dee054e1f44281c979;p=ZOOM-Perl-moved-to-github.git WARNING about YAZ version is not a warning, it's an error. --- diff --git a/Makefile.PL b/Makefile.PL index 5ded980..f216f23 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# $Id: Makefile.PL,v 1.19 2007-02-26 14:37:20 mike Exp $ +# $Id: Makefile.PL,v 1.20 2007-02-26 14:41:24 mike Exp $ use 5.008; use ExtUtils::MakeMaker; @@ -52,7 +52,7 @@ sub check_version { ($gmajor == $wmajor && $gminor < $wminor) || ($gmajor == $wmajor && $gminor == $wminor && $gtrivial < $wtrivial)) { print <<__EOT__; -*** WARNING! +*** ERROR! ZOOM-Perl requires at least version $want of YAZ, but is currently you only have version $got. __EOT__