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 433eedb0c..d30d9f45d 100644 --- a/perl-moox-strictconstructor/PKGBUILD +++ b/perl-moox-strictconstructor/PKGBUILD @@ -3,7 +3,7 @@ pkgname='perl-moox-strictconstructor' pkgver=0.011 -pkgrel=4 +pkgrel=5 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.34' - 'perl<5.35' + 'perl>=5.36' + 'perl<5.37' 'perl-class-method-modifiers' 'perl-constant' 'perl-moo>=1.001000' |