cpan.vim
cpan.vim copied to clipboard
sudo hardcoded
It could be problamatic that sudo is hardcoded for the installation. For example it does not work in cygwin environment. And it would be nice to have sudo as an opion, so that you could instead install to your local::lib instead.
I tried a simple substitute %s/sudo//g in cpan.vim and it worked.