Subject: | Inability to handle the Dist::Zilla::Role::Git::Repo version info |
Latest versions of Dist::Zilla::Role::Git::Repo put the following information into META.yml
Dist::Zilla::Role::Git::Repo:
'git --version': 2.10.0
This causes the YAML::Tiny subset embedded to explode:-
[15:14:06] t/000-report-versions.t ...... YAML::Tiny does not support a feature in line ' 'git --version': 2.10.0' at t/000-report-versions.t line 426.
Since YAML::Tiny is likely to be required anyhow by the rest of the toolchain, can I suggest you just drop the embedded version and use the real thing.