Requires YAZ 4 or later
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 10 Feb 2014 16:35:33 +0000 (17:35 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 10 Feb 2014 16:35:33 +0000 (17:35 +0100)
due to changes of scan API of ZOOM (int to size_t). In reality
this should have been done with commit:
7f28788ed9c05eefeaa16bed3b1074dda9e699d2

Makefile.PL

index 2985131..ce6062b 100644 (file)
@@ -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';