apkbuild-cpan.in: add OR to licenses to indicate perl_5 GPL or artistic is a choice

This commit is contained in:
Timothy Legge 2019-06-07 01:01:58 +00:00 committed by Natanael Copa
parent 7a9683a07b
commit 00beae32aa
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ use Module::CoreList;
use JSON;
my $license_mappings = {
"perl_5" => "GPL-1.0-or-later Artistic-1.0-Perl",
"perl_5" => "GPL-1.0-or-later OR Artistic-1.0-Perl",
"artistic_2" => "Artistic-2.0",
"gpl_3" => "GPL-3.0-only",
};