Skip Menu |

This queue is for tickets about the Perl-Tidy CPAN distribution.

Report information
The Basics
Id: 124594
Status: resolved
Priority: 0/
Queue: Perl-Tidy

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

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



Subject: Set license properly
Currently when executing `perl Makefile.PL`, "Invalid LICENSE value 'GPL-2.0+' ignored" is emitted. ``` $ perl Makefile.PL Checking if your kit is complete... Looks good Invalid LICENSE value 'GPL-2.0+' ignored Generating a Unix-style Makefile Writing Makefile for Perl::Tidy Invalid LICENSE value 'GPL-2.0+' ignored Writing MYMETA.yml and MYMETA.json ``` Moreover, metacpan says "License: unknown". https://metacpan.org/release/SHANCOCK/Perl-Tidy-20180220 According to https://metacpan.org/pod/CPAN::Meta::Spec#license, we should set LICENSE gpl_2 for GPL-2.0. Here is a patch for this. https://gist.github.com/skaji/5d18e055ee161d47106098826a133472 Thanks.
Subject: Re: [rt.cpan.org #124594] Set license properly
Date: Mon, 26 Feb 2018 09:49:57 -0800
To: bug-Perl-Tidy [...] rt.cpan.org
From: Steven Hancock <s7078hancock [...] gmail.com>
Thanks, Steve On Mon, Feb 26, 2018 at 5:30 AM, Shoichi Kaji via RT < bug-Perl-Tidy@rt.cpan.org> wrote: Show quoted text
> Mon Feb 26 08:30:40 2018: Request 124594 was acted upon. > Transaction: Ticket created by SKAJI > Queue: Perl-Tidy > Subject: Set license properly > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: skaji@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=124594 > > > > Currently when executing `perl Makefile.PL`, "Invalid LICENSE value > 'GPL-2.0+' ignored" is emitted. > ``` > $ perl Makefile.PL > Checking if your kit is complete... > Looks good > Invalid LICENSE value 'GPL-2.0+' ignored > Generating a Unix-style Makefile > Writing Makefile for Perl::Tidy > Invalid LICENSE value 'GPL-2.0+' ignored > Writing MYMETA.yml and MYMETA.json > ``` > Moreover, metacpan says "License: unknown". > https://metacpan.org/release/SHANCOCK/Perl-Tidy-20180220 > > According to https://metacpan.org/pod/CPAN::Meta::Spec#license, > we should set LICENSE gpl_2 for GPL-2.0. > > Here is a patch for this. > https://gist.github.com/skaji/5d18e055ee161d47106098826a133472 > > Thanks. >
This is fixed in perltidy version 20181117.