From 08184f8bc938c66abc534d47531888145f2ecba2 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 25 Sep 2006 12:44:12 +0000 Subject: [PATCH] Require URI::Escape for web UI --- Makefile.PL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.7.10.4