summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2009-04-16 22:12:47 +0200
committerdakkar <dakkar@thenautilus.net>2009-04-16 22:12:47 +0200
commitffb0397721a50682b2fc54f53ea6bf94937b21c8 (patch)
tree282283b98e5d03ff2d425edd1c3f42aaec3273c2 /Makefile.PL
parentmake the test more meaningful (diff)
downloadTree-Transform-XSLTish-ffb0397721a50682b2fc54f53ea6bf94937b21c8.tar.gz
Tree-Transform-XSLTish-ffb0397721a50682b2fc54f53ea6bf94937b21c8.tar.bz2
Tree-Transform-XSLTish-ffb0397721a50682b2fc54f53ea6bf94937b21c8.zip
documentation, and a few author-tests
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,