Skip to content

Commit

Permalink
p5-Perl-LanguageServer: update to 2.5.0.
Browse files Browse the repository at this point in the history
 2.5.0   C<2023-02-05>

 * Set minimal Perl version to 5.16 (#91)

 * Per default enviroment from vscode will be passed to debuggee, syntax check and perltidy.

 * Add configuration C<disablePassEnv> to not pass enviroment variables.

 * Support for C<logLevel> and C<logFile> settings via LanguageServer protocol and
not only via command line options (#97) [schellj]

 * Fix: "No DB::DB routine defined" (#91) [peterdragon]

 * Fix: Typos and spelling in README (#159) [dseynhae]

 * Fix: Update call to gensym(), to fix 'strict subs' error (#164) [KohaAloha]

 * Convert identention from tabs to spaces and remove trailing whitespaces
  • Loading branch information
0-wiz-0 committed May 20, 2023
1 parent c52213d commit 872ea30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions lang/p5-Perl-LanguageServer/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.3 2022/06/28 11:34:14 wiz Exp $
# $NetBSD: Makefile,v 1.4 2023/05/20 06:18:18 wiz Exp $

DISTNAME= Perl-LanguageServer-2.1.0
DISTNAME= Perl-LanguageServer-2.5.0
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= lang devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/G/GR/GRICHTER/}

Expand Down
8 changes: 4 additions & 4 deletions lang/p5-Perl-LanguageServer/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2021/10/26 10:51:46 nia Exp $
$NetBSD: distinfo,v 1.4 2023/05/20 06:18:18 wiz Exp $

BLAKE2s (Perl-LanguageServer-2.1.0.tar.gz) = 4053ecbddde48ca8621cd9166eabe10e8ca4034d1fefc22b5e8279a934d47009
SHA512 (Perl-LanguageServer-2.1.0.tar.gz) = 38fb4944ce140bb701f921fd6a4b542954e6f5ccb1e6b5b10c5f03e27f28e26c467268f9090051c910bd5ad38ea529c073dbbe7d6c520039e4d4f2c4d7974cdf
Size (Perl-LanguageServer-2.1.0.tar.gz) = 36040 bytes
BLAKE2s (Perl-LanguageServer-2.5.0.tar.gz) = b41977e040818d7976e9fe57d6658aa294c2498219a1ffd185173bed77dff3ad
SHA512 (Perl-LanguageServer-2.5.0.tar.gz) = d56f79296b516586671093e3f29b0ae695fb985afc91d29827cef30b1911eede26d2c4897c7acea21e3a6aac714d0d0a7cafdabe9a3e66b0654208110466a4bf
Size (Perl-LanguageServer-2.5.0.tar.gz) = 50245 bytes

0 comments on commit 872ea30

Please sign in to comment.