diff options
Diffstat (limited to 'perl-module-extractuse/PKGBUILD')
-rw-r--r-- | perl-module-extractuse/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-module-extractuse/PKGBUILD b/perl-module-extractuse/PKGBUILD index ea9fe446d..5627f54b5 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' |