From: Mark Addison Date: Tue, 12 Aug 2003 11:22:45 +0000 (+0000) Subject: Added explicit version of 1.13 for XML::XPath as the parser doesn't seem to work... X-Git-Tag: v0.04~345 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0d0a615b9b719377ca2ff05d0c5a09150cdfa5e8;p=dbsrgits%2FSQL-Translator.git Added explicit version of 1.13 for XML::XPath as the parser doesn't seem to work with older versions. --- diff --git a/Makefile.PL b/Makefile.PL index 549808b..6a08989 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -30,7 +30,7 @@ check_version('Test::Differences' => 0 => 1); check_version('Text::ParseWords' => 0 => 0); check_version('Text::RecordParser' => 0.02 => 0); check_version('XML::Writer' => 0 => 1); -check_version('XML::XPath' => 0 => 1); +check_version('XML::XPath' => 1.13 => 1); print "\n";