From 5d738f85840804ee493d267784d9cce5dc52f535 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 30 Dec 2011 23:14:51 +0000 Subject: Fri Dec 30 23:14:51 UTC 2011 --- testing/perl/perlbin.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 testing/perl/perlbin.sh (limited to 'testing/perl/perlbin.sh') diff --git a/testing/perl/perlbin.sh b/testing/perl/perlbin.sh new file mode 100755 index 000000000..20f830436 --- /dev/null +++ b/testing/perl/perlbin.sh @@ -0,0 +1,18 @@ +# Set path to perl scriptdirs if they exist +# https://wiki.archlinux.org/index.php/Perl_Policy#Binaries_and_Scripts +# Added /usr/bin/*_perl dirs for scripts +# Remove /usr/lib/perl5/*_perl/bin in next release + +[ -d /usr/bin/site_perl ] && PATH=$PATH:/usr/bin/site_perl +[ -d /usr/lib/perl5/site_perl/bin ] && PATH=$PATH:/usr/lib/perl5/site_perl/bin + +[ -d /usr/bin/vendor_perl ] && PATH=$PATH:/usr/bin/vendor_perl +[ -d /usr/lib/perl5/vendor_perl/bin ] && PATH=$PATH:/usr/lib/perl5/vendor_perl/bin + +[ -d /usr/bin/core_perl ] && PATH=$PATH:/usr/bin/core_perl + +export PATH + +# If you have modules in non-standard directories you can add them here. +#export PERLLIB=dir1:dir2 + -- cgit v1.2.3-54-g00ecf