diff options
Diffstat (limited to 'perl-module-install-extratests/PKGBUILD')
-rw-r--r-- | perl-module-install-extratests/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-module-install-extratests/PKGBUILD b/perl-module-install-extratests/PKGBUILD index 9602a21b..49d8544c 100644 --- a/perl-module-install-extratests/PKGBUILD +++ b/perl-module-install-extratests/PKGBUILD @@ -3,13 +3,14 @@ pkgname='perl-module-install-extratests' pkgver='0.008' -pkgrel='2' +pkgrel='3' pkgdesc='contextual tests that the harness can ignore' arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( - 'perl>=5.6.0' + 'perl>=5.28' + 'perl<5.29' ) makedepends=( 'perl-extutils-makemaker>=6.59' |