diff options
Diffstat (limited to 'perl-context-preserve')
-rw-r--r-- | perl-context-preserve/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-context-preserve/PKGBUILD b/perl-context-preserve/PKGBUILD index 21d098db..51dfef46 100644 --- a/perl-context-preserve/PKGBUILD +++ b/perl-context-preserve/PKGBUILD @@ -3,14 +3,14 @@ pkgname='perl-context-preserve' pkgver=0.03 -pkgrel='3' +pkgrel=4 pkgdesc='Run code after a subroutine call, preserving the context the subroutine would have seen if it were the last statement in the caller' arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( - 'perl>=5.28' - 'perl<5.29' + 'perl>=5.30' + 'perl<5.31' 'perl-base' 'perl-carp' 'perl-exporter') |