diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-01 18:43:12 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-01 18:43:16 +0000 |
commit | b03032407111b3cf7b4203858d53e0d353b5ee61 (patch) | |
tree | b82620f01cb86585498f986e3b42526f8094890b /community/perl-dancer | |
parent | 429ca4015713adae476278e5cb117d9ff3afe53b (diff) | |
download | aports-b03032407111b3cf7b4203858d53e0d353b5ee61.tar.bz2 aports-b03032407111b3cf7b4203858d53e0d353b5ee61.tar.xz |
community/perl-dancer: add missing dependency
Diffstat (limited to 'community/perl-dancer')
-rw-r--r-- | community/perl-dancer/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/perl-dancer/APKBUILD b/community/perl-dancer/APKBUILD index bd015c2a77..67c356cf8e 100644 --- a/community/perl-dancer/APKBUILD +++ b/community/perl-dancer/APKBUILD @@ -10,7 +10,8 @@ arch="noarch" license="GPL PerlArtistic" cpandepends="perl-module-runtime perl-try-tiny perl-hash-merge-simple perl-mime-types perl-http-server-simple-psgi perl-http-body - perl-devel-hide perl-plack perl-libwww perl-test-nowarnings" + perl-devel-hide perl-plack perl-libwww perl-test-nowarnings + perl-data-dump" cpancheckdepends="perl-yaml perl-http-cookies perl-json perl-http-cookiejar perl-test-pod-coverage perl-test-output" depends="$cpandepends" |