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

Changes for version 0.1.2 - 2008-09-12

  • Test::Trap::Builder::TempFile:
    • use *$globref, not $globref directly -- I have no idea why this suddenly broke, but it did;
  • Tests:
    • make t/10-tester.t independent of the exact format of the Test::More diagnostics -- just dependent on it staying the same within one process;
      • thanks go to Andreas Koenig, cpantesters, and Michael Schwern for providing early warning that this was going to fail!
    • make t/03-files.pl use backticks (`) instead of null chars (\0) as a warning record separator -- makeshift fix -- I should do better, but this must do for now;
  • Build:
    • up the perl dependency to 5.6.2 -- 5.6.0/5.6.1 may be salvageable, but do not seem worth it.

Modules

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