NAME
Lingua::Awkwords::String - a static string
SYNOPSIS
This module is typically automagically used via Lingua::Awkwords.
DESCRIPTION
This module implements a static string choice for Lingua::Awkwords.
ATTRIBUTES
- string
-
Where the string should be stored.
METHODS
- new
-
Constructor. May and probably should be passed the string attribute to set the string.
- render
-
Returns the string, or the empty string if the string has not been set. This will typically be called from Lingua::Awkwords::Set as part of a higher-level render call on a parse tree.
- walk callback
-
Calls the callback function with itself as the argument.
BUGS
Reporting Bugs
Please report any bugs or feature requests to bug-lingua-awkwords at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Lingua-Awkwords.
Patches might best be applied towards:
https://github.com/thrig/Lingua-Awkwords
Known Issues
None at this time.
SEE ALSO
Lingua::Awkwords, Lingua::Awkwords::Parser
AUTHOR
thrig - Jeremy Mates (cpan:JMATES) <jmates at cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2017 by Jeremy Mates
This program is distributed under the (Revised) BSD License: http://www.opensource.org/licenses/BSD-3-Clause