Hide Forgot
At the moment vim-enhanced requires libperl. Would it be possible to compile vim's perl support as a dynamic module, just like the python support?
I need to check if it really works, but there's ./configure --enable-perlinterp=dynamic I'll have to do some other vim fixes and will then have a look at this.
I did some limited testing and it seems to work. Thanks for considering this!
I've enabled this in vim-7.4.1835-2.fc25. The requirement for libperl.so.5.22 is gone with this change, but I've left the perl(:MODULE_COMPAT_5.22.1) requirement in there for now.