diff options
Diffstat (limited to 'perl-test-cpan-meta-json/PKGBUILD')
-rw-r--r-- | perl-test-cpan-meta-json/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-test-cpan-meta-json/PKGBUILD b/perl-test-cpan-meta-json/PKGBUILD index 44bbe96ef..b1b7b8c19 100644 --- a/perl-test-cpan-meta-json/PKGBUILD +++ b/perl-test-cpan-meta-json/PKGBUILD @@ -3,7 +3,7 @@ pkgname='perl-test-cpan-meta-json' pkgver='0.16' -pkgrel='3' +pkgrel=4 pkgdesc='Validate your CPAN META.json files' arch=('any') license=('PerlArtistic' 'GPL') @@ -17,8 +17,8 @@ optdepends=( 'perl-test-pod-coverage>=0.08' ) depends=( - 'perl>=5.28' - 'perl<5.29' + 'perl>=5.30' + 'perl<5.31' 'perl-io' 'perl-json>=2.15' 'perl-test-simple>=0.62' |