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.06 - 2017-10-23

  • BACKWARDS INCOMPATIBLE CHANGES
    • We stopped removing the MODIFY_CODE_ATTRIBUTE method
    • We removed the Method::Traits::Trait class as that is now a part of the MOP
    • Removed some class methods that were for associating Trait objects with Method objects which is now done entirely in the MOP instead
    • Removed the rest of the class methods that were for associating providers with classes, this can now only be done via the `use` API
  • DEPENDENCIES
    • remove the B::CompilerPhase::Hook dependency
    • the MOP dependency has been upgraded to the latest version

Modules

Apply traits to your methods
Traits for Trait Providers