summaryrefslogtreecommitdiff
path: root/perl-moox-strictconstructor
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-moox-strictconstructor
parent6adad5ff5aba4b49c90c05f71a9d044e9a002366 (diff)
downloadarchlinuxewe.git.save-cc7ffdb1f36cab4d33b7b865184569c0b913db8a.tar.xz
recompile all perl packages
Diffstat (limited to 'perl-moox-strictconstructor')
-rw-r--r--perl-moox-strictconstructor/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-moox-strictconstructor/PKGBUILD b/perl-moox-strictconstructor/PKGBUILD
index 6fba67cb..a17700d5 100644
--- a/perl-moox-strictconstructor/PKGBUILD
+++ b/perl-moox-strictconstructor/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='perl-moox-strictconstructor'
pkgver=0.010
-pkgrel='3'
+pkgrel=4
pkgdesc='Make your Moo-based object constructors blow up on unknown attributes.'
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -11,8 +11,8 @@ options=('!emptydirs')
provides=(
'perl-method-generate-constructor-role-strictconstructor=0.010')
depends=(
- 'perl>=5.28'
- 'perl<5.29'
+ 'perl>=5.30'
+ 'perl<5.31'
'perl-class-method-modifiers'
'perl-constant'
'perl-moo>=1.001000'