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

NAME

Bricklayer::Templater::Sequencer - Internal Module used by Bricklayer::Templater;

Description

Handles parsing the template and replacing the tags with returned text for Bricklayer::Templater

METHODS

new_sequencer

Creates a new sequencer object.

return_parsed

returns a string with the replacement text for a parsed token

parse_tokens

actually runs through the list of tokens and loades the handler or retrieves it from the handler cache to run.

SEE ALSO

Bricklayer::Templater