diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-15 18:44:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-07-16 11:01:56 +0000 |
commit | 208804ac16a6ab29b6e20b4a7b6d3d9f5af27c68 (patch) | |
tree | 5e2c66e26c9e7416773e9d4a5d07e3e48ccf46bb /main/perl-module-runtime | |
parent | f975a0c7c69c599f85ca6a0ba6ff071a349b24e8 (diff) | |
download | aports-208804ac16a6ab29b6e20b4a7b6d3d9f5af27c68.tar.bz2 aports-208804ac16a6ab29b6e20b4a7b6d3d9f5af27c68.tar.xz |
main/perl-module-runtime: add check dependencies to run all tests
Following tests were been ignored:
t/pod_cvg.t ......... skipped: Test::Pod::Coverage not available
t/pod_syn.t ......... skipped: Test::Pod not available
Diffstat (limited to 'main/perl-module-runtime')
-rw-r--r-- | main/perl-module-runtime/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/perl-module-runtime/APKBUILD b/main/perl-module-runtime/APKBUILD index 9fd936758c..8d60a21352 100644 --- a/main/perl-module-runtime/APKBUILD +++ b/main/perl-module-runtime/APKBUILD @@ -4,7 +4,7 @@ pkgname=perl-module-runtime _pkgreal=Module-Runtime pkgver=0.016 -pkgrel=0 +pkgrel=1 pkgdesc="Runtime module handling" url="http://search.cpan.org/dist/Module-Runtime/" arch="noarch" @@ -12,6 +12,7 @@ license="GPL PerlArtistic" cpandepends="perl-params-classify" depends="$cpandepends perl-module-build" makedepends="perl-dev" +checkdepends="perl-test-pod perl-test-pod-coverage" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/$_pkgreal-$pkgver.tar.gz" |