X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.PL;h=1b9a9959920b9c80f2e05a3096d6010247686d2a;hb=19db92c90ea9448e37f805b18d27c1bd8c6bf91b;hp=3a25dbb770cd0114a936b45e5d01decf4dbc572b;hpb=6b71acf393e0f0661e664825efd11c4060a94ecd;p=irspy-moved-to-github.git diff --git a/Makefile.PL b/Makefile.PL index 3a25dbb..1b9a995 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# $Id: Makefile.PL,v 1.10 2006-12-11 11:05:00 sondberg Exp $ +# $Id: Makefile.PL,v 1.11 2007-02-26 14:47:35 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.16, + Net::Z3950::ZOOM => 1.18, XML::LibXML::XPathContext => 0.07, # For Web UI XML::LibXML => 1.58, XML::LibXSLT => 1.57,