Changes for version 0.21_15 - 2013-01-22
- add reset to buffer in show help (BOWTIE)
- fix bug in set breakpoint that was being confused by 'Already in file-x' (BOWTIE)
Changes for version 0.21_14 - 2013-01-04
- #This all relates to #1469
- fix Windows hangings (CHORNY)
- split and sort out hack into each dev release
- the switch to time hiRes & win32::Precess (BOWTIE)
- add some tests backin using Test::Class to see what CPAN::Reportor go to say (BOWTIE)
Changes for version 0.21_13
- #not released
- #This all relates to perl 5.017006
- Grammer tweak rindolf++ (BOWTIE)
- y=o is now y=1 for >= 5.017006 (BOWTIE)
- https://github.com/shlomif/perl/commit/7a0fe8d157063a5d4017c60814c1ea577f105a72 tweak to t/40-test_1415.t to better check if watches are working in 5.017006 (BOWTIE)
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.