summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
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
}