diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-12-17 08:43:31 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-12-17 08:50:43 +0000 |
commit | 38912438be929fefd0edd376a1ff51c33235d671 (patch) | |
tree | bf31b86d0c86f3d05e55209f8e259d8cbd25b1c4 /community/perl-object-insideout | |
parent | cd1471f5812071083928f19ca4b90d5086513cec (diff) | |
download | aports-38912438be929fefd0edd376a1ff51c33235d671.tar.bz2 aports-38912438be929fefd0edd376a1ff51c33235d671.tar.xz |
community/perl-object-insideout: add missing checkdepends to run all tests
Diffstat (limited to 'community/perl-object-insideout')
-rw-r--r-- | community/perl-object-insideout/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/perl-object-insideout/APKBUILD b/community/perl-object-insideout/APKBUILD index 29ce79e01a..ad9203ee0f 100644 --- a/community/perl-object-insideout/APKBUILD +++ b/community/perl-object-insideout/APKBUILD @@ -4,7 +4,7 @@ pkgname=perl-object-insideout _pkgreal=Object-InsideOut pkgver=4.05 -pkgrel=0 +pkgrel=1 pkgdesc="Comprehensive inside-out object support module" url="http://search.cpan.org/dist/Object-InsideOut/" arch="noarch" @@ -13,6 +13,7 @@ cpandepends="perl-exception-class perl-module-build" cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" +checkdepends="perl-want perl-test-pod-coverage perl-math-random-mt-auto" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/$_pkgreal-$pkgver.tar.gz" |