diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-06-22 13:44:52 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-06-22 13:44:52 +0000 |
commit | 889d0db0791ab2f097c785adf971e843fd137d58 (patch) | |
tree | 0506d447253064c73be7358f3c8d7eb24b7b65c4 | |
parent | b78a960c5079d8523691a0440865fb2f4ae35a02 (diff) |
Notes
-rw-r--r-- | Mk/Uses/perl5.mk | 2 |
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 |