Subject: | Module does not install on local perl install. |
I have a local installation of perl under ~/opt on my Ubuntu system. I
attempted to install and into two problems.
1. Missing dependency: FindBin::libs
2. Test fails because script/editortools-vim assumes /usr/bin/perl
After installing the missing (and unreported) dependency and modifying
script to use the correct perl, installation went fine.