From 1dbdececdc964ce6ea38a0f3fb0a325979ab536c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 4 Jun 2012 01:21:10 -0500 Subject: use 5.16.0 now --- bashrc | 2 +- zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index d411b14..93a7c93 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.10.1 + perlbrew use perl-5.16.0 fi fi } diff --git a/zshrc b/zshrc index 8129c39..260d1d6 100644 --- a/zshrc +++ b/zshrc @@ -76,7 +76,7 @@ if type perlbrew > /dev/null 2>&1; then fi else if [[ "$perl" == "work-perl" ]]; then - perlbrew use perl-5.14.2 + perlbrew use perl-5.16.0 fi fi } -- cgit v1.2.3-54-g00ecf