From 92f310bf8712f12dbc3717b2529df4694a073310 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Fri, 20 Mar 2009 15:13:59 +0100 Subject: it's now possible to change the XPath engine for each transformer added a test that uses XML::XPathEngine and HTML::TreeBuilder::XPath --- Makefile.PL | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 11e7649..bd808dd 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,6 +12,8 @@ requires 'Tree::XPathEngine' => 0, test_requires 'Test::Most' => 0, 'Tree::DAG_Node::XPath' => 0, + 'HTML::TreeBuilder::XPath' => 0, + 'XML::XPathEngine' => 0, ; WriteAll; -- cgit v1.2.3