X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=00f43f3e55bdbe70c00c80327c8caf2d8536d81f;hp=19278e58d490872ae67bebe6908d23d6d7d79d99;hb=bd88e96f0676da8b16426c9ad49e772002dc928f;hpb=8a633cde7c93f4badfd80044769f4b487cf3296e 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 },