From 8485905de8b4c60dc6cc8672621ef0ae61df48fa Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Tue, 17 Mar 2009 16:34:32 +0100 Subject: some functions --- Makefile.PL | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index faec885..c06ad85 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,8 +5,12 @@ license 'perl'; all_from 'lib/Tree/Transform.pm'; requires 'Tree::XPathEngine' => 0, - 'Moose' => 0; + 'Moose' => 0, + 'Params::Validate' => 0, +; -test_requires 'Test::Most' => 0; +test_requires 'Test::Most' => 0, + 'Tree::DAG_Node::XPath' => 0, +; WriteAll; -- cgit v1.2.3