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

Changes for version 0.000_03 - 2013-10-05

  • Bug Fixes
    • Error message for unknown named parameters isn't unintentionally always thrown for all named parameters except the first.
  • Documentation
    • Include my TODO file.
  • Test Suite
    • Add tests for named parameters.
    • Add tests for positional parameters.
    • Add tests for the `method` keyword.
  • Other
    • The `default` attribute of Kavorka::Signature::Parameter is now a coderef rather than a string.

Changes for version 0.000_02 - 2013-10-04

  • Bug Fixes
    • Fix error finding the position to start slurping from in signatures that have a slurpy after zero positional parameters.
    • Fix syntax error compiling functions using non-inlinable type constraints in the signature.
  • Documentation
    • Include benchmarking script as an example.
  • Test Suite
    • Add some rudimentary tests for type constraints.

Changes for version 0.000_01 - 2013-10-03

Modules

function signatures with the lure of the animal

Provides

in lib/Kavorka/MethodModifier.pm
in lib/Kavorka/Signature.pm
in lib/Kavorka/Signature/Parameter.pm
in lib/Kavorka/Sub.pm
in lib/Kavorka/Sub/After.pm
in lib/Kavorka/Sub/Around.pm
in lib/Kavorka/Sub/Before.pm
in lib/Kavorka/Sub/ClassMethod.pm
in lib/Kavorka/Sub/Fun.pm
in lib/Kavorka/Sub/Method.pm
in lib/Kavorka/Sub/ObjectMethod.pm
in lib/Parse/KeywordX.pm