diff options
Diffstat (limited to 'community/perl-module-implementation')
-rw-r--r-- | community/perl-module-implementation/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/perl-module-implementation/APKBUILD b/community/perl-module-implementation/APKBUILD index bc697ccde2..21ea82a255 100644 --- a/community/perl-module-implementation/APKBUILD +++ b/community/perl-module-implementation/APKBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="Loads one of several alternate underlying implementations for a module" url="http://search.cpan.org/dist/Module-Implementation/" arch="noarch" -license="Artistic-2" +license="Artistic-2.0" cpandepends="perl-module-runtime perl-try-tiny perl-test-taint" cpanmakedepends="perl-test-fatal perl-test-requires " depends="$cpandepends" |