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

NAME

Parse::RecDescent::Topiary::Base - Base class for autotree constructors

SYNOPSIS

  package MyTree::Rule1;
  use base 'Parse::RecDescent::Topiary::Base';

DESCRIPTION

This module provides a method new to build hashref objects for autotree classes. See Parse::RecDescent::Topiary for details.

new

Basic hashref style object constructor. Takes a list of value pairs.

BUGS

Please report bugs to http://rt.cpan.org

AUTHOR

    Ivor Williams
    CPAN ID: IVORW
     
    ivorw@cpan.org
     

COPYRIGHT

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.

SEE ALSO

Parse::RecDescent, Parse::RecDescent::Topiary.