The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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