X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=Makefile.PL;h=00f43f3e55bdbe70c00c80327c8caf2d8536d81f;hp=6a8e0bc757f0e7033d76a5e40d44c4222265c148;hb=e6d9602f952c006500d543dcc3d5c8bfade8ec0a;hpb=f4ad227f469be5cf0d848e1e7e99f7620abcf4a9 diff --git a/Makefile.PL b/Makefile.PL index 6a8e0bc..00f43f3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# $Id: Makefile.PL,v 1.2 2006-06-20 12:36:11 mike Exp $ +# $Id: Makefile.PL,v 1.6 2006-10-12 11:03:55 mike Exp $ use 5.008; use ExtUtils::MakeMaker; @@ -8,7 +8,9 @@ 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 + 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