summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Legge <timlegge@gmail.com>2019-06-07 01:01:58 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-12 12:28:42 +0000
commit00beae32aa72b19d1de74275b72385b5b23449e4 (patch)
tree1fbbfed73d8345e1c76e2b327a3c2beb13cd4c66
parent7a9683a07bf350d88c5228cf1ff1f801bc063e17 (diff)
downloadabuild-00beae32aa72b19d1de74275b72385b5b23449e4.tar.bz2
abuild-00beae32aa72b19d1de74275b72385b5b23449e4.tar.xz
apkbuild-cpan.in: add OR to licenses to indicate perl_5 GPL or artistic is a choice
-rw-r--r--apkbuild-cpan.in2
1 files changed, 1 insertions, 1 deletions
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",
};