Changes for version v0.4.0 - 2015-09-18

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

Documentation

MetaResources::Template plugin user manual

Modules

Use Perl code in distribution "resource" metadata

Examples