jonathanstowe / Test-META

Test that a Perl 6 project has a good and proper META file
Artistic License 2.0
10 stars 10 forks source link

LicenseList.pm is outdated #31

Closed AlexDaniel closed 5 years ago

AlexDaniel commented 6 years ago

I get this:

    # license ‘GPL-3.0-or-later’ is not one of the standardized SPDX license identifiers.
    # please use use one of the identifiers from https://spdx.org/licenses/
    # for the license field or if your license is not on the list,
    # include a URL to the license text as one of the 'support' keys
    # in addition to listing its name.
    # 
    not ok 6 - License is correct

GPL-3.0-or-later is a valid option now. In fact, GPL-3.0 is now deprecated and this module should start giving a warning.

kensanata commented 6 years ago

Same for AGPL-3.0-or-later.

jonathanstowe commented 5 years ago

Patches please.