X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=Makefile.PL;h=0566a8c4c5ebca1fb3ee01f8ca72e13eb873927e;hp=9db159261b6f016a4151c9f4d09606435c844a29;hb=ee9a8c4c96f52f8f8fdfe25b24f07d967c544116;hpb=3834b8e219d0b4d96ec2bc02b3563a264a9b11b4 diff --git a/Makefile.PL b/Makefile.PL index 9db1592..0566a8c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# $Id: Makefile.PL,v 1.12 2007-02-27 18:16:26 mike Exp $ +# $Id: Makefile.PL,v 1.14 2007-05-09 12:04:36 mike Exp $ use 5.008; use strict; @@ -15,11 +15,9 @@ will also need to install "libyaz-dev" in order to build this module. } chomp($yazver); -# 2.1.51 is the first version with support for polling arbitrarily -# many file descriptors: earlier YAZ versions had a hardwired -# 1024-element array so that working with more file descriptors than -# this would cause a segmentation fault. -check_version($yazver, "2.1.51"); +# 2.1.53 is the first version with ZOOM-C fixed to properly support +# reconnection in asynchronous mode. +check_version($yazver, "2.1.53"); # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. @@ -27,7 +25,7 @@ WriteMakefile( NAME => 'ZOOM::IRSpy', VERSION_FROM => 'lib/ZOOM/IRSpy.pm', # finds $VERSION PREREQ_PM => { - "Net::Z3950::ZOOM" => 1.18, + "Net::Z3950::ZOOM" => 1.19, "XML::LibXML::XPathContext" => 0.07, # For Web UI "XML::LibXML" => 1.58, "XML::LibXSLT" => 1.57,