There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

PLS::Server

DESCRIPTION

Perl Language Server

This server communicates to a language client through STDIN/STDOUT.

SYNOPSIS

my $server = PLS::Server->new();
my $exit_code = $server->run();

exit $exit_code;