richterger / Perl-LanguageServer

Language Server for Perl
Other
220 stars 53 forks source link

Doesn't work with Perl 5.22+ #151

Closed LinoBarreca closed 1 year ago

LinoBarreca commented 1 year ago

Since AnyEvent 7.17 (latest) is compatible with Perl < 5.22, any newer version of Perl can't run the LanguageServer 2.3.0 (latest) Is a fix expected?

richterger commented 1 year ago

You need to install the AnyEvent::IO and Coro. Just ignore the warning that it might not work. For Perl::LanguageServer it works fine. I am using it with Perl 5.26, 5.32 and 5.34 (amog other Perl versions)