summaryrefslogtreecommitdiff
path: root/perl-const-fast
diff options
context:
space:
mode:
Diffstat (limited to 'perl-const-fast')
-rw-r--r--perl-const-fast/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-const-fast/PKGBUILD b/perl-const-fast/PKGBUILD
index 72a38556..d0b5faf2 100644
--- a/perl-const-fast/PKGBUILD
+++ b/perl-const-fast/PKGBUILD
@@ -4,13 +4,13 @@
pkgname='perl-const-fast'
pkgver='0.014'
-pkgrel='1'
+pkgrel='2'
pkgdesc="Facility for creating read-only scalars, arrays, and hashes"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
- 'perl>=5.008'
+ 'perl>=5.8.0'
'perl-carp'
'perl-scalar-list-utils'
'perl-storable'