archrelease: copy trunk to extra-x86_64
[arch-packages.git] / perl / trunk / perlbin.sh
blobfdf95c0706eadef14cc15d56fb1c947a9ad0accf
1 # Set path to perl scriptdirs if they exist
2 # https://wiki.archlinux.org/index.php/Perl_Policy#Binaries_and_scripts
3 # Added /usr/bin/*_perl dirs for scripts
5 [ -d /usr/bin/site_perl ] && append_path '/usr/bin/site_perl'
7 [ -d /usr/bin/vendor_perl ] && append_path '/usr/bin/vendor_perl'
9 [ -d /usr/bin/core_perl ] && append_path '/usr/bin/core_perl'
11 export PATH
13 # If you have modules in non-standard directories you can add them here.
14 #export PERLLIB=dir1:dir2