summaryrefslogtreecommitdiff
path: root/perl-perinci-sub-getargs-array
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-06-11 14:02:00 +0200
committerErich Eckner <git@eckner.net>2019-06-11 14:02:00 +0200
commitcc7ffdb1f36cab4d33b7b865184569c0b913db8a (patch)
tree8087c11bf1961915fd19a575c18226148e672399 /perl-perinci-sub-getargs-array
parent6adad5ff5aba4b49c90c05f71a9d044e9a002366 (diff)
downloadarchlinuxewe.git.save-cc7ffdb1f36cab4d33b7b865184569c0b913db8a.tar.xz
recompile all perl packages
Diffstat (limited to 'perl-perinci-sub-getargs-array')
-rw-r--r--perl-perinci-sub-getargs-array/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-perinci-sub-getargs-array/PKGBUILD b/perl-perinci-sub-getargs-array/PKGBUILD
index 7a6941d4..91ba02c4 100644
--- a/perl-perinci-sub-getargs-array/PKGBUILD
+++ b/perl-perinci-sub-getargs-array/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='perl-perinci-sub-getargs-array'
pkgver=0.170
-pkgrel=1
+pkgrel=2
pkgdesc='Get subroutine arguments (%args) from array'
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -15,7 +15,8 @@ makedepends=(
'perl-pathtools'
'perl-test-simple>=0.98')
depends=(
- 'perl>=5.10.1'
+ 'perl>=5.30'
+ 'perl<5.31'
'perl-exporter>=5.57'
'perl-perinci-sub-normalize>=0.19')
checkdepends=(