summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 9fc553e..d387a46 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -6,14 +6,16 @@ all_from 'lib/Tree/Transform/XSLTish.pm';
requires 'Tree::XPathEngine' => 0,
'Moose' => 0,
- 'MooseX::AttributeHelpers' => 0,
+ 'Class::MOP' => 0,
'Params::Validate' => 0,
'Carp::Clan' => 0,
'Sub::Exporter' => 0,
+ 'MooseX::AttributeHelpers' => 0,
+ 'perl' => '5.6.0',
;
test_requires 'Test::Most' => 0,
- 'Tree::DAG_Node::XPath' => 0,
+ 'Tree::DAG_Node::XPath' => '0.10',
;
WriteAll;