summaryrefslogtreecommitdiffstats
path: root/apkbuild-cpan.in
diff options
context:
space:
mode:
Diffstat (limited to 'apkbuild-cpan.in')
-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",
};