From 3f3d83cd3ea1dd77602fd159e7e9c51e6b071ab8 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 10 Feb 2014 17:35:33 +0100 Subject: [PATCH] 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 --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 1.7.10.4