Skip Menu |

This queue is for tickets about the App-EditorTools CPAN distribution.

Report information
The Basics
Id: 47635
Status: resolved
Priority: 0/
Queue: App-EditorTools

People
Owner: mgrimes [...] cpan.org
Requestors: cpan.wade [...] anomaly.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.03
Fixed in: (no value)



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.
Thanks Wade. The dependency has been added, and I changed the #!/usr/bin/perl to #!/usr/bin/env perl. I assume that is best practice? If not, please do let me know. -Mark