X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=0e7f1a138fb0a11d406a99e580064d89bedc7f77;hp=33036af127243218f00db9dff54ad794e676ee68;hb=7195e0cb451d43a4114dcd2914c669239b3610ab;hpb=8823b8b7caf11bd2656a4290798ec61416eef616 diff --git a/Makefile.PL b/Makefile.PL index 33036af..0e7f1a1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ use ExtUtils::MakeMaker; -## $Id: Makefile.PL,v 1.11 2006-07-24 23:04:33 mike Exp $ +## $Id: Makefile.PL,v 1.12 2006-08-08 16:25:37 mike Exp $ my $yazconf = "yaz-config"; my $yazver = `$yazconf --version`; @@ -17,9 +17,8 @@ SimpleServer module. chomp($yazver); my ($major, $minor, $trivial) = split(/\./, $yazver); -# Judging by the YAZ NEWS file, 2.0.0 was the first release to -# include SRW/U support in the GFS -my ($needMaj, $needMin, $needTriv) = (2, 0, 0); +# YAZ 2.1.14 is the first to propagate SRW/U addinfo correctly +my ($needMaj, $needMin, $needTriv) = (2, 1, 24); #print "major=$major, minor=$minor, trivial=$trivial\n"; die "You have YAZ version $major.$minor.$trivial; " . "you need $needMaj.$needMin.$needTriv or better."