summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-06-04 01:21:10 -0500
committerJesse Luehrs <doy@tozt.net>2012-06-04 01:33:24 -0500
commit1dbdececdc964ce6ea38a0f3fb0a325979ab536c (patch)
tree16183e6e45e08d7ba99b8de1c6ef323cc3e40139 /bashrc
parent92bca67c7846b655fd8144e983bc3152a6db02a2 (diff)
downloadconf-1dbdececdc964ce6ea38a0f3fb0a325979ab536c.tar.gz
conf-1dbdececdc964ce6ea38a0f3fb0a325979ab536c.zip
use 5.16.0 now
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index d411b14..93a7c93 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.10.1
+ perlbrew use perl-5.16.0
fi
fi
}