Skip Menu |

This queue is for tickets about the Mozilla-CA CPAN distribution.

Report information
The Basics
Id: 97815
Status: open
Priority: 0/
Queue: Mozilla-CA

People
Owner: Nobody in particular
Requestors: dolmen [...] cpan.org
REHSACK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Specify license in META
https://metacpan.org/pod/CPAN::Meta::Spec#license allows being concrete. Suitable seems to be license => [ qw(mozilla_1_1 gpl_2 lgpl_2_1) ] Thanks, Jens
Currently "Invalid LICENSE value 'mozilla_2_0' ignored" is emitted. ``` $ perl Makefile.PL Checking if your kit is complete... Looks good Invalid LICENSE value 'mozilla_2_0' ignored Generating a Unix-style Makefile Writing Makefile for Mozilla::CA Invalid LICENSE value 'mozilla_2_0' ignored Writing MYMETA.yml and MYMETA.json ``` According to https://metacpan.org/pod/CPAN::Meta::Spec#license we should set license "open_source" for MPL 2.0. I prepared a patch for this https://gist.github.com/skaji/451bb3543a9cd631fa2070fe65cf8704 I'm willing to create a pull request to the github repository if you want. Please let me know. Thanks.
Subject: Re: [rt.cpan.org #97815] Specify license in META
Date: Thu, 8 Mar 2018 23:50:56 -0800
To: bug-Mozilla-CA [...] rt.cpan.org
From: Ask Bjørn Hansen <ask [...] perl.org>
Hmn, it’s a little goofy to make it less specific, but if that’s what’s supported — sure, pull request would be helpful.
RT-Send-CC: NEILB [...] cpan.org
@Neil - you're bit better connected to the toolchain folks: what needs to be done to support Mozilla 2.0 license in EU::MM and Metacpan?