From: Mike Taylor Date: Thu, 2 Nov 2006 14:59:02 +0000 (+0000) Subject: Downgrade XML::LibXML and XML::LibXSLT prerequisites from 1.59 to 1.58. X-Git-Tag: CPAN-v1.02~54^2~788 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=0d2f5ce49ef52ff3521e86b135785697e14f221b;ds=sidebyside Downgrade XML::LibXML and XML::LibXSLT prerequisites from 1.59 to 1.58. --- diff --git a/Makefile.PL b/Makefile.PL index fc86dc4..b23327d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# $Id: Makefile.PL,v 1.7 2006-10-26 13:39:13 sondberg Exp $ +# $Id: Makefile.PL,v 1.8 2006-11-02 14:59:02 mike Exp $ use 5.008; use ExtUtils::MakeMaker; @@ -10,8 +10,8 @@ WriteMakefile( PREREQ_PM => { Net::Z3950::ZOOM => 1.13, XML::LibXML::XPathContext => 0.07, # For Web UI - XML::LibXML => 1.59, - XML::LibXSLT => 1.59, + XML::LibXML => 1.58, + XML::LibXSLT => 1.58, URI::Escape => 3.28, # For Web UI }, ($] >= 5.005 ? ## Add these new keywords supported since 5.005