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

Text::MustacheTemplate::Generator - Simple mustache template generator

SYNOPSIS

    use Text::MustacheTemplate::Generator;

    my $source = Text::MustacheTemplate::Generator->generate_from_tokens(@tokens);

DESCRIPTION

Text::MustacheTemplate::Generator is a simple generator for Mustache tempalte.

This is low-level interface for Text::MustacheTemplate. The APIs may be change without notice.

METHODS

generate_from_tokens

LICENSE

Copyright (C) karupanerura.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

karupanerura <karupa@cpan.org>