summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-06-04 01:21:10 -0500
committerJesse Luehrs <doy@tozt.net>2012-06-04 01:33:24 -0500
commit1dbdececdc964ce6ea38a0f3fb0a325979ab536c (patch)
tree16183e6e45e08d7ba99b8de1c6ef323cc3e40139 /zshrc
parent92bca67c7846b655fd8144e983bc3152a6db02a2 (diff)
downloadconf-1dbdececdc964ce6ea38a0f3fb0a325979ab536c.tar.gz
conf-1dbdececdc964ce6ea38a0f3fb0a325979ab536c.zip
use 5.16.0 now
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
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
}