diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2011-07-08 21:16:57 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-12-03 14:49:16 -0600 |
commit | b101561418b3859e4326770b24be8fa233b39035 (patch) | |
tree | a2b99cd4244d14f07c29c04e508464f4548067cf /testing | |
parent | ca895b1eb7c8c385497d836db99aea7a1d7b1fe0 (diff) | |
download | aports-b101561418b3859e4326770b24be8fa233b39035.tar.bz2 aports-b101561418b3859e4326770b24be8fa233b39035.tar.xz |
Added missing dep to perl-test-exception
Diffstat (limited to 'testing')
-rw-r--r-- | testing/perl-test-exception/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/perl-test-exception/APKBUILD b/testing/perl-test-exception/APKBUILD index 8ee7a08a8b..b25df9f080 100644 --- a/testing/perl-test-exception/APKBUILD +++ b/testing/perl-test-exception/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Report errors from perspective of caller of a clan of modules " url="http://search.cpan.org/~adie/Test-Exception-0.31/" arch="noarch" license="PerlArtistic" -depends="perl" +depends="perl perl-sub-uplevel" depends_dev="" makedepends="perl-dev perl-sub-uplevel" install="" |