NAME
Tree::Template::Declare::DAG_Node - adaptor for Tree::DAG_Node
VERSION
version 0.7
SYNOPSIS
SPECIFICITIES
This module will build trees using Tree::DAG_Node. You can make it use another module (assuming it has the same interface, for example Tree::DAG_Node::XPath) by passing the class name to the new
method.
use Tree::Template::Declare builder => '+DAG_Node'; # default
use Tree::Template::Declare builder =>
Tree::Template::Declare::DAG_Node->new('Tree::DAG_Node::XPath');
# custom class
AUTHOR
Gianni Ceccarelli <dakkar@thenautilus.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Gianni Ceccarelli <dakkar@thenautilus.net>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.