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 6fba67cb6..a17700d52 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' |