The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
=head1 NAME

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

=head1 VERSION

The initial template usually just has:

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


=head1 SYNOPSIS

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


=head1 DESCRIPTION

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

You shouldn't need to use this module directly.


=head1 SUBROUTINES/METHODS

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

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


=head1 LICENCE AND COPYRIGHT

See L<MMS::Parser>.

=cut