Release history for perl-Dist-Zilla-Plugin-MetaResources-Template.

v0.4.1 @ 2015-09-20 21:38 UTC

    -   One test failed with `Dist::Zilla` 5.020 because it does not allow existing but empty
        `homepage` meta resource. The test fixed.

v0.4.0 @ 2015-09-18 21:14 UTC

    -   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.

    -   `ReadMe.pod` dropped.

    -   `TextTemplater` v0.8.0 changed error messages. This change affected
        `MetaResources-Template` tests. Tests were updated to work with `TextTemplater` v0.8.0, but
        `TextTemplater` v0.8.0 is required to run tests, because older `TextTemplater` causes test
        failure. `MetaResources-Template` itself does *not* require `TextTemplater` 0.004, but due
        to bug in `AutoPrereqs` (it blames long-standing bug in `CPAN`, see
        <https://github.com/rjbs/Dist-Zilla/issues/492>) distribution meta information says
        `TextTemplater` v0.8.0 is a runtime requirement.

    -   Version switched from old decimal style to new dotted-decimal style.

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. Instead,
        they are treated as (invalid) meta resources. Problem fixed by adding own `BUILDARGS` which
        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.