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

Changes for version 0.10

  • enabled more convinience as it is now possible also to use e.g. all_ok {$_ eq 10} [1 .. 10], "...."; instead of all_ok {$_[0] eq 10} [1 .. 10], "..."; => also putting in $_ the argument if there is only one

Modules

module to test many params as one test