Subject: | install_base should put all executables into bin/ |
--install_base=/home/foo puts *binary* executables into /home/foo/bin/ but perl executables go into /home/foo/script/. This is not a useful default because...
A) Who keeps executables in a directory called 'script' let alone in their
PATH?
B) From a user perspective there's no difference between an interpreted
executable and a binary executable. All they are is its a program and it
runs. To differenciate is to violate encapsulation.
"scripts" and "bins" should go into the same place. bin/