diff options
Diffstat (limited to 'perl-moox-strictconstructor')
-rw-r--r-- | perl-moox-strictconstructor/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-moox-strictconstructor/PKGBUILD b/perl-moox-strictconstructor/PKGBUILD index ec8a13d7f..b974add1a 100644 --- a/perl-moox-strictconstructor/PKGBUILD +++ b/perl-moox-strictconstructor/PKGBUILD @@ -3,7 +3,7 @@ pkgname='perl-moox-strictconstructor' pkgver=0.011 -pkgrel=2 +pkgrel=3 pkgdesc='Make your Moo-based object constructors blow up on unknown attributes.' arch=('any') license=('PerlArtistic' 'GPL') @@ -17,8 +17,8 @@ makedepends=( 'perl-test-fatal' 'perl-test-simple>=0.88') depends=( - 'perl>=5.32' - 'perl<5.33' + 'perl>=5.34' + 'perl<5.35' 'perl-class-method-modifiers' 'perl-constant' 'perl-moo>=1.001000' |