X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=Makefile.PL;h=e3bd993ee15105b5dd98aefed85cd09eb7724127;hp=19278e58d490872ae67bebe6908d23d6d7d79d99;hb=77fce1fb5c5475a3e45093a78170b16e9e4ed48d;hpb=e5cbf35b0254d437544437df2a9d7e0808bc2d79 diff --git a/Makefile.PL b/Makefile.PL index 19278e5..e3bd993 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.9 2006-12-06 11:23:31 mike Exp $ use 5.008; use ExtUtils::MakeMaker; @@ -8,8 +8,10 @@ WriteMakefile( NAME => 'ZOOM::IRSpy', VERSION_FROM => 'lib/ZOOM/IRSpy.pm', # finds $VERSION PREREQ_PM => { - Net::Z3950::ZOOM => 1.04, + Net::Z3950::ZOOM => 1.16, XML::LibXML::XPathContext => 0.07, # For Web UI + XML::LibXML => 1.58, + XML::LibXSLT => 1.58, URI::Escape => 3.28, # For Web UI }, ($] >= 5.005 ? ## Add these new keywords supported since 5.005