From: Adam Dickmeiss Date: Mon, 10 Feb 2014 16:35:33 +0000 (+0100) Subject: Requires YAZ 4 or later X-Git-Tag: v1.30~6 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=3f3d83cd3ea1dd77602fd159e7e9c51e6b071ab8;p=ZOOM-Perl-moved-to-github.git Requires YAZ 4 or later due to changes of scan API of ZOOM (int to size_t). In reality this should have been done with commit: 7f28788ed9c05eefeaa16bed3b1074dda9e699d2 --- diff --git a/Makefile.PL b/Makefile.PL index 2985131..ce6062b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -17,7 +17,7 @@ will also need to install "libyaz-dev" in order to build this module. } chomp($yazver); -check_version($yazver, "2.1.50"); +check_version($yazver, "4.0.0"); # For Windows use # $yazinc = '-Ic:\yaz\include';