summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-11-07 21:15:13 -0600
committerJesse Luehrs <doy@tozt.net>2012-11-07 21:38:31 -0600
commit54b157eb8c12b49a938afbcae094a34632f961dc (patch)
treea399460aa0a9b7406b0be4429194f0968843a494 /zshrc
parent176827eaa225fac773d3d25f812940b9fc45793d (diff)
downloadconf-54b157eb8c12b49a938afbcae094a34632f961dc.tar.gz
conf-54b157eb8c12b49a938afbcae094a34632f961dc.zip
switch to 5.16.2
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index b7c4c49..47f76c1 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.0
+ perlbrew use perl-5.16.2
fi
fi
}