summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianni Ceccarelli <dakkar@dechirico.(none)>2009-04-27 10:22:50 +0200
committerGianni Ceccarelli <dakkar@dechirico.(none)>2009-04-27 10:22:50 +0200
commitdb2bb214aba9597abbb28880b1f3451a99895ed8 (patch)
tree5d920aea054056168513e4008baee7330cac5e43
parentfixed "attach_nodes" tests, documented it (diff)
downloadTree-Template-Declare-db2bb214aba9597abbb28880b1f3451a99895ed8.tar.gz
Tree-Template-Declare-db2bb214aba9597abbb28880b1f3451a99895ed8.tar.bz2
Tree-Template-Declare-db2bb214aba9597abbb28880b1f3451a99895ed8.zip
set version dep in Makefile.PLv0.1
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index fb5c73a..3547199 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -11,7 +11,7 @@ requires 'Carp' => 0,
;
test_requires 'Test::Most' => 0,
- 'Tree::DAG_Node::XPath' => 0,
+ 'Tree::DAG_Node::XPath' => '0.10',
;
WriteAll;