From 98dea93ba06860cd369cf151f0d5929ea24da445 Mon Sep 17 00:00:00 2001 From: Jacques Germishuys Date: Tue, 1 Sep 2020 14:46:30 +0100 Subject: only perl 5.22+ is supported --- runtime/doc/provider.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/doc') diff --git a/runtime/doc/provider.txt b/runtime/doc/provider.txt index c9efd6038e..4b6ef7e75d 100644 --- a/runtime/doc/provider.txt +++ b/runtime/doc/provider.txt @@ -135,6 +135,7 @@ The Vim legacy |perl-vim| interface is also supported (which is itself implemented as a Nvim remote-plugin). https://github.com/jacquesg/p5-Neovim-Ext +Note: Only perl versions from 5.22 onward are supported. PERL QUICKSTART~ -- cgit