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

Changes for version 0.0.19 - 2006-09-27

  • No new functionality -- just bugfixes! Address three portability issues:
    • added binmode to the second handle on the tempfile;
    • skip timout tests if Time::HiRes::ualarm cannot be imported;
    • todo & skip the fork test on windows;
    • thanks go to Alexandr Ciornii for reporting these failures!
  • Also:
    • document the fork() issue on Windows as a Test::Trap bug;
    • just skip the fork tests on platforms without fork;
    • drop the Time::HiRes dependency (we only need it for a test);
    • a little more POD and code (readability) cleanup.

Modules

Trap exit codes, exceptions, output, etc.
Backend for building test traps
Output layer backend using PerlIO::scalar
Output layer backend using File::Temp