summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index fb5c73a..3547199 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -11,7 +11,7 @@ requires 'Carp' => 0,
;
test_requires 'Test::Most' => 0,
- 'Tree::DAG_Node::XPath' => 0,
+ 'Tree::DAG_Node::XPath' => '0.10',
;
WriteAll;