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


BSD utilities written in pure Perl

Changes for 1.036 - 2023-07-22T02:55:31Z

  • arithmetic
  • fix a disappearing prompt #183
  • base64
  • improve detection of bad file arguments #202
  • bc
  • various fixes and more intensive testing (Gary Puckering) #167
  • bcd
  • new program #206
  • * cp
  • handle many files at one #180
  • completely rewritten by brian d foy
  • * All contributions are from Michael Mikonos unless otherwise noted.
  • ed
  • implement t command (for copy) #207
  • implement m command (move) #205
  • save buffer on SIGHUP #197
  • allow filenames that include a dash #188
  • make opening a directory an error #178
  • implement join command #176
  • fix ed search direction #170
  • expr
  • fix broken >= #181
  • grep
  • disallow directories as argument to -f #192
  • don't implicitly set -r #185
  • install
  • ignore directory is source file list #179
  • * od
  • handles non-printables better #208
  • validates radix argument from -A #204
  • add -N switch to limit the input bytes #203
  • * printf
  • support \v #186
  • use the standard meaning of %c, not Perl's meaning.
  • This is now the first character of the string #194
  • rm
  • exit with right error code on failure #200
  • ignore directories with no -r #198
  • sleep
  • non-zero exit code on error #182
  • split
  • support reading from standard input #195
  • test
  • improved error messages #184
  • unlink
  • new command #201
#208 #205 #206 #183 #202 #167 #180 #207 #197 #188 #178 #176 #170 #181 #192 #185 #179 #204 #203 #186 #194 #200 #198 #182 #195 #184 #201