From 1860dcc06f63e2ade1da0c42f7e15ec227c124d1 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 28 May 2013 23:39:17 -0500 Subject: switch to 5.18 --- bashrc | 2 +- zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index 9b29a10..a5e3823 100644 --- a/bashrc +++ b/bashrc @@ -69,7 +69,7 @@ if type -a perlbrew > /dev/null 2>&1; then fi else if [[ "$perl" == "work-perl" ]]; then - perlbrew use perl-5.16.2 + perlbrew use perl-5.18 fi fi } diff --git a/zshrc b/zshrc index 47f76c1..64f5ae6 100644 --- a/zshrc +++ b/zshrc @@ -92,7 +92,7 @@ if type perlbrew > /dev/null 2>&1; then fi else if [[ "$perl" == "work-perl" ]]; then - perlbrew use perl-5.16.2 + perlbrew use perl-5.18 fi fi } -- cgit v1.2.3-54-g00ecf