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 1.10 - 1999-02-19

  • Fixed a nasty bug in the import method (thanks Larry)
  • Added constraints to indicate that the module doesn't run on Perls earlier than 5.005
  • Added &resolve_ambiguous to allow handlers to be registered for multimethod calls which could be equally well be disptched to two or more variants
  • Added &resolve_no_match to allow handlers to be registered for multimethod calls which cannot be dispatched to any variant.
  • Documented the syntactic vinegar needed to run under 'use string'

Documentation

Support multimethods and function overloading in Perl

Provides

in lib/Class/Multimethods.pm