On 2015-05-07 22:34:16, DOLMEN wrote:
Show quoted text> t/02-module.t is skipped because it requires CPAN::Meta::Merge version
> 2.150002
> (which is not yet on CPAN).
>
> Could you add a link to the C:M:M issue that causes this requirement?
> The link should be present at least as a comment at the top of t/02-
> module.t or
> in the skip message.
>
> --
> Olivier Mengué -
http://perlresume.org/DOLMEN -
>
https://gratipay.com/dolmen/
I'm not sure I understand the problem. Are you wondering what you're missing out on? :)
The change in CPAN::Meta was
https://github.com/Perl-Toolchain-Gang/CPAN-Meta/pull/92
which I expect to go stable "soonish" (rjbs had some other changes in 2.150003 which would
also go stable at the same time).
You don't actually *require* a newer CMM -- if you have an older Dist::Zilla (older than 5.022) you can also make use of the deprecated module feature. The problem is how CPAN::Meta::Merge handles 'provides' data from multiple sources - older Dist::Zilla used Hash::Merge::Simple which also handled this data properly.
I usually link to related PRs in commit messages, but if I remember correctly, I'd finished up the [Deprecated] changes a few days before Berlin, before the CMM changes had even been reviewed/finalized, so I had nothing to link to yet.
I've added a comment to the top of this test.