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

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