Skip to main content


Language Server and Debug Protocol Adapter for Perl

Changes for 2.6.0

  • =over
  • =item * Add debug setting for running as different user. See sudoUser setting. (#174) [wielandp]
  • =item * Allow to use a string for debuggee arguments. (#149, #173) [wielandp]
  • =item * Add stdin redirection (#166) [wielandp]
  • =item * Add link to issues to META files (#168) [szabgab/issues]
  • =item * Add support for podman
  • =item * Add support for run Perl::LanguageServer outside, but debugger inside a container
  • =item * Add setting useTaintForSyntaxCheck. If true, use taint mode for syntax check (#172) [wielandp]
  • =item * Add setting useTaintForDebug. If true, use taint mode inside debugger (#181) [wielandp]
  • =item * Add debug adapter request C<source>, which allows to display source of eval or file that are not available to vscode (#180) [wielandp]
  • =item * Fix: Spelling (#170, #171) [pkg-perl-tools]
  • =item * Fix: Convert charset encoding of debugger output according to current locale (#167) [wielandp]
  • =item * Fix: Fix diagnostic notifications override on clients (based on #185) [bmeneg]
  • =back
#166 #167 #180 #170 #181 #185 #174 #149 #173 #168 #172 #171


Redis-2.000


Perl binding for Redis database

Changes for 2.000 - 2023-01-13T22:55:51+01:00
  • #166: add ssl, username and password args to redis sentinel (Merwan Ouddane)
  • #163: Add support for username/password AUTH (Joel Chornik)
  • #162: Retry socket connect if errno is EINTR (Michael Schout)
  • #158: Better fix of redis version in test (Michal Josef Špaček)
  • #156: Fix of test for multiple arguments in info command (Michal Josef Špaček)

https://metacpan.org/dist/Redis
#166 #163 #162 #158 #156

Mark Gardner ‍:sdf: reshared this.