mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user