perl: update to 5.12.2, bump abi_depends.

This commit is contained in:
Juan RP 2010-11-01 11:47:21 +01:00
parent 84f8ab9c52
commit b3e0438cf6
5 changed files with 76 additions and 203 deletions

View file

@ -0,0 +1,13 @@
# Set path to perl scripts.
# Add dirs to path if they exist.
for _dir_ in site vendor core; do
if [ -d /usr/lib/perl5/${_dir_}_perl/bin ]; then
PATH=$PATH:/usr/lib/perl5/${_dir_}_perl/bin
fi
done
export PATH
# If you have modules in non-standard directories you can add them here.
#export PERLLIB=dir1:dir2