perl: update to 5.12.2, bump abi_depends.
This commit is contained in:
parent
84f8ab9c52
commit
b3e0438cf6
5 changed files with 76 additions and 203 deletions
13
srcpkgs/perl/files/perlbin.sh
Normal file
13
srcpkgs/perl/files/perlbin.sh
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue