summaryrefslogtreecommitdiff
path: root/perl-test-strict/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-test-strict/PKGBUILD')
-rw-r--r--perl-test-strict/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-test-strict/PKGBUILD b/perl-test-strict/PKGBUILD
index 3033eaaa..8136b969 100644
--- a/perl-test-strict/PKGBUILD
+++ b/perl-test-strict/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='perl-test-strict'
pkgver=0.52
-pkgrel=1
+pkgrel=2
pkgdesc='Check syntax, presence of use strict; and test coverage'
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -13,7 +13,8 @@ makedepends=(
'perl-io-stringy'
'perl-test-simple>=1.00')
depends=(
- 'perl>=5.6.0'
+ 'perl>=5.32'
+ 'perl<5.33'
'perl-file-temp>=0.01'
'perl-pathtools>=0.01'
'perl-test-simple>=0.01')