The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.21_11

  • Removed Test::Pod and Test::Pod::Coverage dependencies (ADAMK)
  • Removed the spookily magic strictures.pm dependency (ADAMK)
  • Switching to #!/usr/bin/perl as the env version is recommended against in tests for reasons I forget but I think were related to tainting (ADAMK)
  • Devolve v5.10 to 5.010 so older perl can parse far enough to understand that they can't parse the file. (ADAMK)
  • Slightly better separation of concerns in the early test scripts (ADAMK)

Changes for version 0.21_10

  • Debug::Client's dependency on Test::Class is breaking Strawberry Test::Class has Windows problems adamk++
  • Remove Test::Class from Debug::Client (BOWTIE)

Changes for version 0.21_09

  • skipped intentionally

Changes for version 0.21_08

  • correction to parameters for IO::Socket::IP initialisation (BOWTIE)

Changes for version 0.21_07

  • bump IO::Socket::IP to 0.17 (BOWTIE)

Changes for version 0.21_06

  • silly dependency issue, my bad (BOWTIE)
  • Info: perl5db v1.39_02 yes in perl 5.17.2, O what fun (BOWTIE)

Changes for version 0.21_05

  • remove comments (BOWTIE)
  • remove un-required dependants from Makefile (BOWTIE)
  • tweak version requirments for IO::Socket::IP (BOWTIE)

Changes for version 0.21_04

  • re-factor initialize plus test (BOWTIE)
  • turn off test in io (BOWTIE)

Changes for version 0.21_03

  • Fix displaying watches in ANON sub #1415 (BOWTIE)
  • some method re-factoring (BOWTIE)
  • keep test up-to-date (BOWTIE)

Changes for version 0.21_02

  • remove _logger (BOWTIE)
  • move listener to _init, hence now redundant (BOWTIE)
  • use IO::Socket::IP (BOWTIE)
  • tweak tests and Makefile accordingly (BOWTIE)

Changes for version 0.21_01

  • Add Test-Pod to appease Kwalitee (BOWTIE)
  • change to use $self->{debug} instead of $ENV{DEBUG_LOGGER} (BOWTIE) due to bleeding of env causing tests to fail on win32 against 0.20 (BOWTIE)
  • keep instep with Padre and use perl 5.10 (BOWTIE)

Modules

debugger client side code for Padre, The Perl IDE.

Examples