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

Changes for version 0.06 - 2012-12-07

  • fixed unexpected test failure: references can stringify to negative numbers! (Edward Baudrez)
  • diagnose a possible problem in the arguments: is_pdl hist( pdl(2,3,4,5) ), pdl(1,1,1,1); hist() returns two piddles in list context, leaving the expected value pdl(1,1,1,1) in the third place as the test name. As this is most likely not what the user wanted, an error is raised when this is detected (Edward Baudrez)

Modules

Test piddles inside data structures with Test::Deep
Test Perl Data Language arrays (a.k.a. piddles) for equality