summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 5f0c3d4..8912266 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -6,9 +6,11 @@ all_from 'lib/Tree/Transform/XSLTish.pm';
requires 'Tree::XPathEngine' => 0,
'Moose' => 0,
+ 'Class::MOP' => 0,
'Params::Validate' => 0,
'Carp::Clan' => 0,
'Sub::Exporter' => 0,
+ 'MooseX::AttributeHelpers' => 0,
;
test_requires 'Test::Most' => 0,