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

NAME

MMS::Parser::WorkHorse - what's behind MMS::Parser

VERSION

The initial template usually just has:

This documentation refers to <Module::Name> version 0.0.1

SYNOPSIS

        use MMS::Parser::WorkHorse;
   my $parser = MMS::Parser::WorkHorse->new();

DESCRIPTION

This module is what's behind MMS::Parser. It provides a new method that lets you get a parser, which is exactly what MMS::Parser::create does.

You shouldn't need to use this module directly.

SUBROUTINES/METHODS

my $parser = MMS::Parser->new();

Get a new parser (which is a Parse::RecDescent parser).

LICENCE AND COPYRIGHT

See MMS::Parser.