summaryrefslogtreecommitdiff
path: root/perl-moosex-types-laxnum/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-moosex-types-laxnum/PKGBUILD')
-rw-r--r--perl-moosex-types-laxnum/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-moosex-types-laxnum/PKGBUILD b/perl-moosex-types-laxnum/PKGBUILD
index 9b8bc1a2..73d79b8f 100644
--- a/perl-moosex-types-laxnum/PKGBUILD
+++ b/perl-moosex-types-laxnum/PKGBUILD
@@ -1,12 +1,14 @@
# Maintainer: Erich Eckner <arch at eckner dot net>
pkgname='perl-moosex-types-laxnum'
pkgver='0.04'
-pkgrel='6'
+pkgrel='7'
pkgdesc="A LaxNum type which provides the loose behavior of Moose's Num pre-2.10"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
+ 'perl>=5.28'
+ 'perl<5.29'
'perl-moose-util-typeconstraints'
'perl-scalar-list-utils')
makedepends=(