Release history for perl-Dist-Zilla-Role-TextTemplater
0.003_001-TRIAL @ 2015-07-26 22:28 UTC
- `fill_in_file` method introduced.
- `fill_in_string` reworked to workaround the bug in `Text::Template` (see "FILENAME
parameter has no effect" <https://rt.cpan.org/Ticket/Display.html?id=106093>).
- Error reporting improved. Now error message includes only focus lines (a line where problem
code fragment begins and line where fragment died), and two lines of context below and
above focus lines. Error message also includes file name, if any.
0.003 @ 2015-07-22 12:56 UTC
- `BUILDARG` class method eliminated. It works bad in `MetaResources::Template`. `delimiters`
option now is split by trigger the attribute.
- `delimiters` option checking added. It must include two whitespace-separated words.
0.002 @ 2015-07-18 18:38 UTC
- `delimiters` option implemented.
- Documentation improved.
- Version 0.005 of the `ErrorLogger` role is explicitly requested. It should fix test
failures on few platforms.
0.001 @ 2015-07-14 21:52 UTC
- `fill_in_string` method is implemented.
- `package` and `prepend` options are implemented.
- Documentation is in place.
- Tests are in place too.