summaryrefslogtreecommitdiff
path: root/perl-test-strict
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-06-11 14:02:00 +0200
committerErich Eckner <git@eckner.net>2019-06-11 14:02:00 +0200
commitcc7ffdb1f36cab4d33b7b865184569c0b913db8a (patch)
tree8087c11bf1961915fd19a575c18226148e672399 /perl-test-strict
parent6adad5ff5aba4b49c90c05f71a9d044e9a002366 (diff)
downloadarchlinuxewe.git.save-cc7ffdb1f36cab4d33b7b865184569c0b913db8a.tar.xz
recompile all perl packages
Diffstat (limited to 'perl-test-strict')
-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 dea7dafa..44fff67e 100644
--- a/perl-test-strict/PKGBUILD
+++ b/perl-test-strict/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='perl-test-strict'
pkgver=0.48
-pkgrel=1
+pkgrel=2
pkgdesc='Check syntax, presence of use strict; and test coverage'
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -14,7 +14,8 @@ makedepends=(
'perl-io-stringy'
'perl-test-simple>=1.00')
depends=(
- 'perl>=5.6.0'
+ 'perl>=5.30'
+ 'perl<5.31'
'perl-file-temp>=0.01'
'perl-pathtools>=0.01'
'perl-test-simple>=0.01')