who maintains /etc/profile.d/perlbin.sh?
This file is throwing errors upon use of the "su -" command:
-bash: append_path: command not found
-bash: append_path: command not found
-bash: append_path: command not found
the troublesome code lines from /etc/profile.d/perlbin.sh:
[ -d /usr/bin/site_perl ] && append_path '/usr/bin/site_perl'
[ -d /usr/bin/vendor_perl ] && append_path '/usr/bin/vendor_perl'
[ -d /usr/bin/core_perl ] && append_path '/usr/bin/core_perl'
export PATH
There is an arch bug report, but it claims its not a bug:
https://bugs.archlinux.org/task/67999