The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Tree::Template::Declare::DAG_Node - adaptor for Tree::DAG_Node

VERSION

version 0.7

SYNOPSIS

See Tree::Template::Declare.

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.