On Fri, Nov 15, 2019 at 12:45 PM David Cantrell via RT
<bug-ExtUtils-MakeMaker@rt.cpan.org> wrote:
Show quoted text> Fri Nov 15 06:45:01 2019: Request 131002 was acted upon.
> Transaction: Ticket created by DCANTRELL
> Queue: ExtUtils-MakeMaker
> Subject: META.yml and META.json licence fields get inconsistent data from
> the same source
> Broken in: (no value)
> Severity: (no value)
> Owner: Nobody
> Requestors: dcantrell@cpan.org
> Status: new
> Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=131002 >
>
>
> It seems that EU::MM is spitting out different data into META.yml and META.json for some fields, in particular for the licence. This was reported against one of my modules (see
https://github.com/DrHyde/perl-modules-Data-Compare/issues/15) so I'm passing it on.
This is expected behavior. Meta 1.4 (yml) can't express dual-licenses,
so it summarizes it to open source or not.
Leon