Release history for perl-Dist-Zilla-Plugin-MetaResources-Template.
0.003_001-TRIAL @ 2015-08-08 14:21 UTC
- `TextTemplater` v0.004 explicitly required. Error message now includes problem resource
name. However, there is a minor drawback: resources are always fit one line, so error
messages (designed for general multi-line case) look a bit redundant. Also, `license`
resource internally is represented as array, it affects error message too.
- Few tests added.
0.003 @ 2015-07-22 13:18 UTC
- Bug found: `MetaResources::BUILDARGS` treats all the arguments as meta resources. So
neither `delimiters`, nor `package` nor `prepend` argument has desired effect. Insted,
they are treated as (invalid) meta resources. Problem fixed by adding own `BUILDARGS` wich
hides `TextTemplate` arguments from parent `BUILDARGS`. But fix requires `TextTemplater`
v0.003.
0.002 @ 2015-07-15 10:42 UTC
- `TextTemplater` role used for better error reporting.
- Example added to distribution.
- Test fails on systems with `Dist::Zilla` older than v5.300039, because in older versions
the license resource was a `Str` (now `ArrayRef[Str]`). Test fixed to work with both
representations.
0.001 @ 2015-07-09 18:08 UTC
- Initial release. Functionality is implemented; test is written; doc is in place.