summaryrefslogtreecommitdiff
path: root/perl-test-file-sharedir/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-test-file-sharedir/PKGBUILD')
-rw-r--r--perl-test-file-sharedir/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-test-file-sharedir/PKGBUILD b/perl-test-file-sharedir/PKGBUILD
index 229f742b..e2ccd0b3 100644
--- a/perl-test-file-sharedir/PKGBUILD
+++ b/perl-test-file-sharedir/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='perl-test-file-sharedir'
pkgver='1.001002'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Create a Fake ShareDir for your modules for testing.'
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -18,7 +18,8 @@ provides=(
'perl-test-file-sharedir-utils=1.001002'
)
depends=(
- 'perl>=5.6.0'
+ 'perl>=5.28'
+ 'perl<5.29'
'perl-carp'
'perl-class-tiny'
'perl-exporter>=5.57'