X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=Makefile.PL;h=fc86dc4c0c782af49f4abbd672e3d69482fd1920;hp=17b479cdd44e35335560d56b5f9b0f94d8f840ac;hb=9015524257d767d49d414cdfd160dcbb993e061d;hpb=fe8279bd9c7a7951dcc13e63b0fbb25c0ba3913a diff --git a/Makefile.PL b/Makefile.PL index 17b479c..fc86dc4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# $Id: Makefile.PL,v 1.4 2006-09-15 16:38:28 mike Exp $ +# $Id: Makefile.PL,v 1.7 2006-10-26 13:39:13 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, + Net::Z3950::ZOOM => 1.13, XML::LibXML::XPathContext => 0.07, # For Web UI + XML::LibXML => 1.59, + XML::LibXSLT => 1.59, + 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