summaryrefslogtreecommitdiff
path: root/perl-test-class-most/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-test-class-most/PKGBUILD')
-rw-r--r--perl-test-class-most/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-test-class-most/PKGBUILD b/perl-test-class-most/PKGBUILD
index 3e284422..4d763a80 100644
--- a/perl-test-class-most/PKGBUILD
+++ b/perl-test-class-most/PKGBUILD
@@ -3,12 +3,14 @@
pkgname='perl-test-class-most'
pkgver='0.08'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Test Classes the easy way'
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
+ 'perl>=5.28'
+ 'perl<5.29'
'perl-test-class>=0.38'
'perl-test-most>=0.31'
)