X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=Makefile.PL;h=1b9a9959920b9c80f2e05a3096d6010247686d2a;hb=cb00521c1ef82228dda068154ef6366a6d650cf2;hp=e3bd993ee15105b5dd98aefed85cd09eb7724127;hpb=77fce1fb5c5475a3e45093a78170b16e9e4ed48d;p=irspy-moved-to-github.git diff --git a/Makefile.PL b/Makefile.PL index e3bd993..1b9a995 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# $Id: Makefile.PL,v 1.9 2006-12-06 11:23:31 mike Exp $ +# $Id: Makefile.PL,v 1.11 2007-02-26 14:47:35 mike Exp $ use 5.008; use ExtUtils::MakeMaker; @@ -8,10 +8,10 @@ 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.58, + XML::LibXSLT => 1.57, URI::Escape => 3.28, # For Web UI }, ($] >= 5.005 ? ## Add these new keywords supported since 5.005