From 77fce1fb5c5475a3e45093a78170b16e9e4ed48d Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 6 Dec 2006 11:23:31 +0000 Subject: [PATCH] Rely on ZOOM-Perl 1.16 (needed for Z39.50 Init options). --- Makefile.PL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index b23327d..e3bd993 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# $Id: Makefile.PL,v 1.8 2006-11-02 14:59:02 mike Exp $ +# $Id: Makefile.PL,v 1.9 2006-12-06 11:23:31 mike Exp $ use 5.008; use ExtUtils::MakeMaker; @@ -8,7 +8,7 @@ WriteMakefile( NAME => 'ZOOM::IRSpy', VERSION_FROM => 'lib/ZOOM/IRSpy.pm', # finds $VERSION PREREQ_PM => { - Net::Z3950::ZOOM => 1.13, + Net::Z3950::ZOOM => 1.16, XML::LibXML::XPathContext => 0.07, # For Web UI XML::LibXML => 1.58, XML::LibXSLT => 1.58, -- 1.7.10.4