diff options
Diffstat (limited to 'perl-monkey-patch-action/PKGBUILD')
-rw-r--r-- | perl-monkey-patch-action/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-monkey-patch-action/PKGBUILD b/perl-monkey-patch-action/PKGBUILD index 4458a6a8d..f32c4cb92 100644 --- a/perl-monkey-patch-action/PKGBUILD +++ b/perl-monkey-patch-action/PKGBUILD @@ -3,13 +3,14 @@ pkgname='perl-monkey-patch-action' pkgver=0.061 -pkgrel='2' +pkgrel='3' pkgdesc='Wrap/add/replace/delete subs from other package (with restore)' arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( - 'perl>=5.10.1' + 'perl>=5.28' + 'perl<5.29' 'perl-exporter>=5.57' 'perl-scalar-list-utils' 'perl-sub-delete') |