From 00beae32aa72b19d1de74275b72385b5b23449e4 Mon Sep 17 00:00:00 2001 From: Timothy Legge Date: Fri, 7 Jun 2019 01:01:58 +0000 Subject: apkbuild-cpan.in: add OR to licenses to indicate perl_5 GPL or artistic is a choice --- apkbuild-cpan.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apkbuild-cpan.in b/apkbuild-cpan.in index 519efa7..df50d50 100644 --- a/apkbuild-cpan.in +++ b/apkbuild-cpan.in @@ -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", }; -- cgit v1.2.3-60-g2f50