summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.PL b/Makefile.PL
index d387a46..65e63c0 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -4,17 +4,16 @@ name 'Tree-Transform-XSLTish';
license 'perl';
all_from 'lib/Tree/Transform/XSLTish.pm';
-requires 'Tree::XPathEngine' => 0,
- 'Moose' => 0,
+requires 'Moose' => '0.90',
'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::XPathEngine' => 0,
'Tree::DAG_Node::XPath' => '0.10',
;