summaryrefslogtreecommitdiff
path: root/perl-test-vars/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-test-vars/PKGBUILD')
-rw-r--r--perl-test-vars/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-test-vars/PKGBUILD b/perl-test-vars/PKGBUILD
index 0dada264..a0e90c1b 100644
--- a/perl-test-vars/PKGBUILD
+++ b/perl-test-vars/PKGBUILD
@@ -3,13 +3,14 @@
pkgname='perl-test-vars'
pkgver='0.014'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Detects unused variables in perl modules'
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
- 'perl>=5.10.0'
+ 'perl>=5.28'
+ 'perl<5.29'
'perl-parent'
'perl-scalar-list-utils>=1.33'
)