X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.PL;h=19278e58d490872ae67bebe6908d23d6d7d79d99;hb=2b5328c5f778ebc4c460cbd7897d3ee3b86767b5;hp=f368aa647eceefe4ec4fa3b63534f994fe00b192;hpb=e97509a1dcd341e1c43807dae61079139b3f889c;p=irspy-moved-to-github.git diff --git a/Makefile.PL b/Makefile.PL index f368aa6..19278e5 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.5 2006-09-25 12:44:12 mike Exp $ use 5.008; use ExtUtils::MakeMaker; @@ -9,7 +9,8 @@ WriteMakefile( VERSION_FROM => 'lib/ZOOM/IRSpy.pm', # finds $VERSION PREREQ_PM => { Net::Z3950::ZOOM => 1.04, - XML::LibXML::XPathContext => 0.07, + 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