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

Changes for version 0.007 - 2015-08-30

  • Debug level message is logged before processing any template.
  • Documentation improved: documented defining variables.
  • Attributes `tt_broken_count` and `tt_broken_limit` are introduced. If number of broken Perl code fragments reaches the limit, processing stops. `tt_broken_limit` is not yet settable, though.
  • `fill_in_string` takes care about recursive calls. If nested call does not have explicitly specified `package` extra argument, it reuses package of outer call. It is important for nested templates: nested template by default have the same variables (because it is evaluated in context of the same package) as outer template. This is applicable to `fill_in_file` too.

Documentation

TextTemplater role user manual

Modules

Have text templating capabilities in your Dist::Zilla plugin