summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-05-28 23:39:17 -0500
committerJesse Luehrs <doy@tozt.net>2013-06-24 10:40:43 -0400
commit1860dcc06f63e2ade1da0c42f7e15ec227c124d1 (patch)
tree8971162cae6051a4ec98e254f6aae6b520c20522 /zshrc
parent779f281b31c3aa4f6051e52e3a5f984966b81023 (diff)
downloadconf-1860dcc06f63e2ade1da0c42f7e15ec227c124d1.tar.gz
conf-1860dcc06f63e2ade1da0c42f7e15ec227c124d1.zip
switch to 5.18
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
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
}