summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bashrc2
-rw-r--r--zshrc2
2 files changed, 2 insertions, 2 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
}
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
}