summaryrefslogtreecommitdiff
path: root/perl-test-most/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-test-most/PKGBUILD')
-rw-r--r--perl-test-most/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-test-most/PKGBUILD b/perl-test-most/PKGBUILD
index fbd54933..2614c1ef 100644
--- a/perl-test-most/PKGBUILD
+++ b/perl-test-most/PKGBUILD
@@ -3,12 +3,14 @@
pkgname='perl-test-most'
pkgver=0.35
-pkgrel='5'
+pkgrel='6'
pkgdesc='Most commonly needed test functions and features.'
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
+ 'perl>=5.28'
+ 'perl<5.29'
'perl-exception-class>=1.14'
'perl-test-deep>=0.119'
'perl-test-differences>=0.64'