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

Changes for version 1.01

  • Type::Params allows you to compile type checks for a whole bunch of parameters into a single coderef, making them faster. Running the following benchmark script shows an approximate 100% speed-up. That is, it doubles the speed at which you can call $object->hello_world(%args). https://gist.github.com/tobyink/1b7a0b4a8556af5222c6e81ed341cf0d (Toby Inkster).
  • Fix *returns* tests

Modules

Validating sub routines via Type::Tiny.

Provides

in lib/MooX/ValidateSubs/Role.pm