From: Mike Taylor Date: Mon, 25 Sep 2006 12:44:12 +0000 (+0000) Subject: Require URI::Escape for web UI X-Git-Tag: CPAN-v1.02~54^2~993 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=e5cbf35b0254d437544437df2a9d7e0808bc2d79 Require URI::Escape for web UI --- diff --git a/Makefile.PL b/Makefile.PL index 17b479c..19278e5 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.5 2006-09-25 12:44:12 mike Exp $ use 5.008; use ExtUtils::MakeMaker; @@ -10,6 +10,7 @@ WriteMakefile( PREREQ_PM => { Net::Z3950::ZOOM => 1.04, 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