summaryrefslogtreecommitdiffstats
path: root/bashrc
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 /bashrc
parent779f281b31c3aa4f6051e52e3a5f984966b81023 (diff)
downloadconf-1860dcc06f63e2ade1da0c42f7e15ec227c124d1.tar.gz
conf-1860dcc06f63e2ade1da0c42f7e15ec227c124d1.zip
switch to 5.18
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 9b29a10..a5e3823 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.2
+ perlbrew use perl-5.18
fi
fi
}