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

Changes for version 0.08 - 2017-05-06

  • feature: added more vmethods to Lemplate.
    • rewrote stash_get and implemented methods push, keys, split and join.
    • added a sort vmethod.
    • updated lempate script with new vmethod features.
  • feature: support custom lua TT filters. Example:
    • lemplate = require('my.templates') lemplate.filters['upper'] = function(str, args) return string.upper(str) end lemplate.process('[% "i like pie" | upper %]')
  • feature: added 2 more standard filters: upper and lower.

Modules

OpenResty/Lua template framework implementing Perl's TT2 templating language
Lemplate Code Generating Backend
Lemplate Parser Subclass
Perl Module containing the Lemplate JavaScript Runtime

Provides

in lib/Lemplate/Grammar.pm