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

Changes for version 0.006 - 2015-08-13

  • Special care about `Text::Template` "compilation errors". There are two such errors: Unmatched close brace at line N End of data inside program text that began at line N These error messages rewritten to: Unmatched closing delimiter at FILENAME line N Unmatched opening delimiter at FILENAME line N Error messages accompanied with error lines in context, like other errors.
  • `fill_in_file` method: added support for `Path::Tiny`, `Path::Class::File`, non-`MutableFile`s, and plain string, which treated as file name.
  • `ReadMe.pod` dropped.
  • Added 4 examples.

Documentation

TextTemplater role user manual

Modules

Have text templating capabilities in your Dist::Zilla plugin