aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-06-22 13:44:52 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-06-22 13:44:52 +0000
commit889d0db0791ab2f097c785adf971e843fd137d58 (patch)
tree0506d447253064c73be7358f3c8d7eb24b7b65c4
parentb78a960c5079d8523691a0440865fb2f4ae35a02 (diff)
Notes
-rw-r--r--Mk/Uses/perl5.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/perl5.mk b/Mk/Uses/perl5.mk
index 0f4bdda6a3a2..2f91edbd73ee 100644
--- a/Mk/Uses/perl5.mk
+++ b/Mk/Uses/perl5.mk
@@ -58,7 +58,7 @@ PERL_VERSION= 5.20.2
.elif ${PERL5_DEFAULT} == 5.22
PERL_VERSION= 5.22.0
.elif ${PERL5_DEFAULT} == devel
-PERL_VERSION= 5.23.0
+PERL_VERSION= 5.23.1
# Force PERL_PORT here in case two identical PERL_VERSION.
PERL_PORT?= perl5-devel
.else