-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not using correct perl version #37
Comments
Thanks for the interest but I'm sorry to say this project is dead and tbh On Tue, Nov 15, 2016, 9:38 PM hukangha [email protected] wrote:
|
It was noted that this module is deprecated at kablamo#37 (comment) This patch adds a note that flags this module as deprecated, according to http://neilb.org/2015/01/17/deprecated-metadata.html
Hi,
I'm using perl 5.24 which located in /usr/local/bin/perl and used this perl to install VimDebug;
but after install this plugin into ~/.vim and starts vim, the terminal reports that
Can't locate Vim/Debug/Protocol.pm in @INC (@INC contains: /home/hukang/work/../../.. /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8 .) at (eval 6) line 7.
seems it is still looking for the packages located in the old perl's "@inc" variable.
I'm not sure if this is a bug or vim is just fixed to the system perl which it is compiled against.
Is there any workaround or variable I can modify to point vim to the newer version perl?
The text was updated successfully, but these errors were encountered: