X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.PL;h=985745cd7788b20944559fdc292e330e8fbacb85;hb=1c042b23ae69a1d117b45f3c980cab396d9b5465;hp=f216f23f47c66e09d2c820a2590853c65ad27606;hpb=b8e3c8c65a2cbb7697f70cd958ce6251bee80248;p=ZOOM-Perl-moved-to-github.git 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; }