Release history for perl-Dist-Zilla-Plugin-Templates
v0.4.1 @ 2015-09-19 18:06 UTC
- Test fails on some machines because on some machines `pod2text` returns 5 lines, on some
others 6 lines, including the last empty line. The test fixed to accept both results to
avoid avoid accidental test failure.
v0.4.0 @ 2015-09-18 22:09 UTC
- `chomp` method added to `File` class.
- `pod2text` method added to `File` class.
- Documentation fixed a bit.
- Version switched from old decimal style to new dotted-decimal style.
0.003 @ 2015-08-30 18:40 UTC
- `ReadMe.pod` dropped.
- Added supporting `Dist::Zilla::Templates::File` class with two methods: `fill_in` and
`indent`. Added function `include` to use in templates.
- Documentation improved (but still requires more work).
0.002 @ 2015-08-11 23:13 UTC
- Test fails on many platforms due to missed `Hook` plugin. Added a hint for `AutoPrereqs`
to declare dependency explicitly.
- Added an alias for `templates` option, `template`. It helps to avoid mistakes:
`Dist::Zilla` silently ignores unknown options.
0.001 @ 2015-08-10 21:08 UTC
- The first release. Functionality is implemented, but documentation is not yet completed.