libperl-languageserver-perl 2.6.1-3 source package in Ubuntu

Changelog

libperl-languageserver-perl (2.6.1-3) unstable; urgency=medium

  * Team upload
  * Add upstream commit as patch which, on top of our merged patch
    perl-5.38.patch, refreshes the code and also removes a stray
    'continue'.
    Thanks to Dominique Dumont for the bug report. (Closes: #1057335)

 -- gregor herrmann <email address hidden>  Sun, 03 Dec 2023 19:41:59 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libperl-languageserver-perl_2.6.1-3.dsc 2.8 KiB 0fc322e1d2545b4388ebf510f398469afb1b12546bb7bdd43099cc269f1f70d3
libperl-languageserver-perl_2.6.1.orig.tar.gz 52.1 KiB 203334bb0b045cc78702ef4303409d081f3b68ddd746834474638827c34cb198
libperl-languageserver-perl_2.6.1-3.debian.tar.xz 8.9 KiB d825dc61913e453d40b126f494613fdc551c3b5e03a04b06ae637662d15396f9

Available diffs

No changes file available.

Binary packages built by this source

libperl-languageserver-perl: Language Server and Debug Protocol Adapter for Perl

 Perl::LanguageServer is a Language Server and Debug Protocol Adapter for
 Perl. It implements the Language Server Protocol which provides
 syntax-checking, symbol search, etc. Perl to various editors, for example
 Visual Studio Code or Atom.
 https://microsoft.github.io/language-server-protocol/specification
 .
 It also implements the Debug Adapter Protocol, which allows debugging with
 various editors/includes
 https://microsoft.github.io/debug-adapter-protocol/overview
 .
 To use both with Visual Studio Code, install the extension "perl"
 https://marketplace.visualstudio.com/items?itemName=richterger.perl