X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile.PL;h=af16a93721ca088fa92d0d97eae6785e5682e8eb;hb=add91150b5946789ee73ab2d4237658c3c1de1d9;hp=5ded9801d85d0d45216002e5525674448c196b37;hpb=87bf5fe65a82236cddca0d98c5deaddf153e7966;p=ZOOM-Perl-moved-to-github.git diff --git a/Makefile.PL b/Makefile.PL index 5ded980..af16a93 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,6 @@ -# $Id: Makefile.PL,v 1.19 2007-02-26 14:37:20 mike Exp $ +# $Id: Makefile.PL,v 1.22 2007-09-14 10:36:43 mike Exp $ + +# Use: perl Makefile.PL OPTIMIZE="-O0 -g -Wdeclaration-after-statement" use 5.008; use ExtUtils::MakeMaker; @@ -52,9 +54,9 @@ 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. +but you only have version $got. __EOT__ exit 1; }