| Parse-RecDescent-Topiary documentation | view source | Contained in the Parse-RecDescent-Topiary distribution. |
Parse::RecDescent::Topiary::Base - Base class for autotree constructors
package MyTree::Rule1; use base 'Parse::RecDescent::Topiary::Base';
This module provides a method new to build hashref objects for autotree
classes. See Parse::RecDescent::Topiary for details.
Basic hashref style object constructor. Takes a list of value pairs.
Please report bugs to http://rt.cpan.org
Ivor Williams
CPAN ID: IVORW
ivorw@cpan.org
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
| Parse-RecDescent-Topiary documentation | view source | Contained in the Parse-RecDescent-Topiary distribution. |