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/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-test-vars/PKGBUILD b/perl-test-vars/PKGBUILD
index a0e90c1b..84660400 100644
--- a/perl-test-vars/PKGBUILD
+++ b/perl-test-vars/PKGBUILD
@@ -3,14 +3,14 @@
pkgname='perl-test-vars'
pkgver='0.014'
-pkgrel='3'
+pkgrel=4
pkgdesc='Detects unused variables in perl modules'
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
- 'perl>=5.28'
- 'perl<5.29'
+ 'perl>=5.30'
+ 'perl<5.31'
'perl-parent'
'perl-scalar-list-utils>=1.33'
)