summaryrefslogtreecommitdiffstats
path: root/bashrc
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 /bashrc
parent176827eaa225fac773d3d25f812940b9fc45793d (diff)
downloadconf-54b157eb8c12b49a938afbcae094a34632f961dc.tar.gz
conf-54b157eb8c12b49a938afbcae094a34632f961dc.zip
switch to 5.16.2
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 93a7c93..9b29a10 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.0
+ perlbrew use perl-5.16.2
fi
fi
}