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

Changes for version 0.04 - 2017-01-17 (TRIAL RELEASE)

  • BUG FIX
    • mapping from operators to method_names consistent with the currently executing version of Perl was broken.

Changes for version 0.03 - 2017-01-17 (TRIAL RELEASE)

  • API CHANGE
    • method_names now takes an optional list of operators; the options hash is now passed as an optional trailing hashref
  • ENHANCEMENTS
    • new class method tag_to_ops, returns list of operators corresponding to a tag
    • arguments to method_names are now passed through tag_to_ops

Changes for version 0.02 - 2017-01-17 (TRIAL RELEASE)

  • BUG FIX
    • wrapping an existing method with the same name as the wrapper caused an infinite loop

Changes for version 0.01 - 2017-01-15 (TRIAL RELEASE)

  • initial release

Modules

Provide named methods for inherited overloaded operators