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'
13 # If you have modules in non-standard directories you can add them here.
14 #export PERLLIB=dir1:dir2