summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorGianni Ceccarelli <dakkar@dechirico.(none)>2009-03-17 17:46:40 +0100
committerGianni Ceccarelli <dakkar@dechirico.(none)>2009-03-17 17:46:40 +0100
commit3a65eeb9b614e7fa4b683db6a98ca0026b5a2404 (patch)
tree4fb78434fc3eab36cc4b9c181791b752e8f07000 /Makefile.PL
parentsome functions (diff)
downloadTree-Transform-XSLTish-3a65eeb9b614e7fa4b683db6a98ca0026b5a2404.tar.gz
Tree-Transform-XSLTish-3a65eeb9b614e7fa4b683db6a98ca0026b5a2404.tar.bz2
Tree-Transform-XSLTish-3a65eeb9b614e7fa4b683db6a98ca0026b5a2404.zip
passes the first test!
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index c06ad85..bb78d3e 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -7,6 +7,7 @@ all_from 'lib/Tree/Transform.pm';
requires 'Tree::XPathEngine' => 0,
'Moose' => 0,
'Params::Validate' => 0,
+ 'Carp::Clan' => 0,
;
test_requires 'Test::Most' => 0,