From: Mike Taylor Date: Thu, 12 Oct 2006 11:03:55 +0000 (+0000) Subject: Require ZOOM 1.13 X-Git-Tag: CPAN-v1.02~54^2~930 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=a823624f8f7e11c2c4361b4a562f7b95891edcb8 Require ZOOM 1.13 --- 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 },