From: Adam Dickmeiss Date: Tue, 12 Feb 2013 12:08:48 +0000 (+0100) Subject: Require YAZ 4.2.51 X-Git-Tag: v1.17~4 X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=commitdiff_plain;h=459046f87d371e14b7b028a03376ea763ae11e1c Require YAZ 4.2.51 --- diff --git a/Makefile.PL b/Makefile.PL index bfb3863..da6503c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,10 +15,10 @@ SimpleServer module. ]; } -## present_number in search handler appeared in 4.2.48 +## extra_args + extra_response_data for scan appeared in 4.2.51 chomp($yazver); my ($major, $minor, $trivial) = split(/\./, $yazver); -my ($needMaj, $needMin, $needTriv) = (4, 2, 48); +my ($needMaj, $needMin, $needTriv) = (4, 2, 51); #print "major=$major, minor=$minor, trivial=$trivial\n"; die "You have YAZ version $major.$minor.$trivial; " . "you need $needMaj.$needMin.$needTriv or better."