summaryrefslogtreecommitdiff
path: root/perl-test-subcalls
diff options
context:
space:
mode:
Diffstat (limited to 'perl-test-subcalls')
-rw-r--r--perl-test-subcalls/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-test-subcalls/PKGBUILD b/perl-test-subcalls/PKGBUILD
index 18008aa9..bdbaa1d3 100644
--- a/perl-test-subcalls/PKGBUILD
+++ b/perl-test-subcalls/PKGBUILD
@@ -4,14 +4,14 @@
pkgname='perl-test-subcalls'
pkgver='1.09'
-pkgrel='6'
+pkgrel=7
pkgdesc="Track the number of times subs are called"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
- 'perl>=5.28'
- 'perl<5.29'
+ 'perl>=5.30'
+ 'perl<5.31'
'perl-hook-lexwrap>=0.20'
'perl-pathtools>=0.80'
'perl-test-simple>=0.42')