There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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