X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=Makefile.PL;h=3a25dbb770cd0114a936b45e5d01decf4dbc572b;hp=f368aa647eceefe4ec4fa3b63534f994fe00b192;hb=a9a7f1f59db9ef2e9f855d0f230dee31d7bdee86;hpb=a87bda36fe929e74114a6f05a40f6a60f48f4867 diff --git a/Makefile.PL b/Makefile.PL index f368aa6..3a25dbb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# $Id: Makefile.PL,v 1.3 2006-07-21 16:48:32 mike Exp $ +# $Id: Makefile.PL,v 1.10 2006-12-11 11:05:00 sondberg Exp $ use 5.008; use ExtUtils::MakeMaker; @@ -8,8 +8,11 @@ WriteMakefile( NAME => 'ZOOM::IRSpy', VERSION_FROM => 'lib/ZOOM/IRSpy.pm', # finds $VERSION PREREQ_PM => { - Net::Z3950::ZOOM => 1.04, - XML::LibXML::XPathContext => 0.07, + Net::Z3950::ZOOM => 1.16, + XML::LibXML::XPathContext => 0.07, # For Web UI + XML::LibXML => 1.58, + XML::LibXSLT => 1.57, + URI::Escape => 3.28, # For Web UI }, ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'lib/ZOOM/IRSpy.pm', # retrieve abstract from module