healthcheck: suggest to skip tests perl provider (#13223)

CPAN tests are unreliable on Windows.
CI does the same to reduce flaky,slow builds.
This commit is contained in:
Jan Edmund Lazo
2020-11-04 18:40:34 -05:00
committed by GitHub
parent ee3acef386
commit 33560002b4

View File

@@ -749,7 +749,7 @@ function! s:check_perl() abort
call health#report_warn(
\ printf('Module "Neovim::Ext" is out-of-date. Installed: %s, latest: %s',
\ current_cpan, latest_cpan),
\ ['Run in shell: cpanm Neovim::Ext'])
\ ['Run in shell: cpanm -n Neovim::Ext'])
else
call health#report_ok('Latest "Neovim::Ext" cpan module is installed: '. current_cpan)
endif