projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
33d0d6d
)
Added explicit version of 1.13 for XML::XPath as the parser doesn't seem to work...
Mark Addison [Tue, 12 Aug 2003 11:22:45 +0000 (11:22 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
549808b
..
6a08989
100644
(file)
--- 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";