summaryrefslogtreecommitdiff
path: root/perl-module-extractuse/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-module-extractuse/PKGBUILD')
-rw-r--r--perl-module-extractuse/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-module-extractuse/PKGBUILD b/perl-module-extractuse/PKGBUILD
index 86190094..cc5380a7 100644
--- a/perl-module-extractuse/PKGBUILD
+++ b/perl-module-extractuse/PKGBUILD
@@ -3,13 +3,14 @@
pkgname='perl-module-extractuse'
pkgver=0.343
-pkgrel=1
+pkgrel=2
pkgdesc='Find out what modules are used'
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
- 'perl>=5.8.0'
+ 'perl>=5.30'
+ 'perl<5.31'
'perl-carp'
'perl-parse-recdescent>=1.967009'
'perl-pod-strip')