summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index faec885..c06ad85 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,8 +5,12 @@ license 'perl';
all_from 'lib/Tree/Transform.pm';
requires 'Tree::XPathEngine' => 0,
- 'Moose' => 0;
+ 'Moose' => 0,
+ 'Params::Validate' => 0,
+;
-test_requires 'Test::Most' => 0;
+test_requires 'Test::Most' => 0,
+ 'Tree::DAG_Node::XPath' => 0,
+;
WriteAll;