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 ea9fe446..5627f54b 100644
--- a/perl-module-extractuse/PKGBUILD
+++ b/perl-module-extractuse/PKGBUILD
@@ -3,13 +3,14 @@
pkgname='perl-module-extractuse'
pkgver=0.342
-pkgrel='2'
+pkgrel='3'
pkgdesc='Find out what modules are used'
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
- 'perl>=5.8.0'
+ 'perl>=5.28'
+ 'perl<5.29'
'perl-carp'
'perl-parse-recdescent>=1.967009'
'perl-pod-strip'