The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.21_12 - 2012-11-06

  • Update Changes to CPAN::Changes::Spec
  • Tweak tests to handle perl5db version 1.39_04 (perl - 5.17.5) (BOWTIE)

Changes for version 0.21_11 - 2012-09-09

  • 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 - 2012-09-06

  • 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 - 2012-08-20

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

Changes for version 0.21_07 - 2012-08-18

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

Changes for version 0.21_06 - 2012-08-05

  • 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 - 2012-07-26

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

Changes for version 0.21_04 - 2012-06-23

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

Changes for version 0.21_03 - 2012-06-09

  • 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 - 2012-05-21

  • 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 - 2012-05-11

  • 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.