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 bdbaa1d3..76b59d93 100644
--- a/perl-test-subcalls/PKGBUILD
+++ b/perl-test-subcalls/PKGBUILD
@@ -4,14 +4,14 @@
pkgname='perl-test-subcalls'
pkgver='1.09'
-pkgrel=7
+pkgrel=8
pkgdesc="Track the number of times subs are called"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
- 'perl>=5.30'
- 'perl<5.31'
+ 'perl>=5.32'
+ 'perl<5.33'
'perl-hook-lexwrap>=0.20'
'perl-pathtools>=0.80'
'perl-test-simple>=0.42')