summaryrefslogtreecommitdiff
path: root/perl-mixin-linewise/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-mixin-linewise/PKGBUILD')
-rw-r--r--perl-mixin-linewise/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-mixin-linewise/PKGBUILD b/perl-mixin-linewise/PKGBUILD
index ea3cd768..74eea11d 100644
--- a/perl-mixin-linewise/PKGBUILD
+++ b/perl-mixin-linewise/PKGBUILD
@@ -4,13 +4,14 @@
pkgname='perl-mixin-linewise'
pkgver='0.108'
-pkgrel='6'
+pkgrel='7'
pkgdesc="write your linewise code for handles; this does the rest"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
- 'perl>=5.8.1'
+ 'perl>=5.28'
+ 'perl<5.29'
'perl-carp'
'perl-io'
'perl-perlio-utf8-strict'