From a823624f8f7e11c2c4361b4a562f7b95891edcb8 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 12 Oct 2006 11:03:55 +0000 Subject: [PATCH] Require ZOOM 1.13 --- Makefile.PL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 19278e5..00f43f3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# $Id: Makefile.PL,v 1.5 2006-09-25 12:44:12 mike Exp $ +# $Id: Makefile.PL,v 1.6 2006-10-12 11:03:55 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.04, + Net::Z3950::ZOOM => 1.13, XML::LibXML::XPathContext => 0.07, # For Web UI URI::Escape => 3.28, # For Web UI }, -- 1.7.10.4