NAME
Parse::RandGen::Literal - Literal terminal Condition element
DESCRIPTION
Literal is a terminal Condition element that matches the literal. The only choice for picking a good Literal is the literal itself.
METHODS
new
Creates a new Literal. The first argument (required) is the literal element (e.g. "Hello Washington!"). All other arguments are named pairs.
element
Returns the Literal element (i.e. the literal itself).
SEE ALSO
Parse::RandGen::Condition, Parse::RandGen::Rule, Parse::RandGen::Production, and Parse::RandGen
AUTHORS
Jeff Dutton
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 90:
You forgot a '=back' before '=head1'
- Around line 101:
=back without =over