summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index 8129c39..260d1d6 100644
--- a/zshrc
+++ b/zshrc
@@ -76,7 +76,7 @@ if type perlbrew > /dev/null 2>&1; then
fi
else
if [[ "$perl" == "work-perl" ]]; then
- perlbrew use perl-5.14.2
+ perlbrew use perl-5.16.0
fi
fi
}