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

Changes for version 0.08 - 2017-10-30

  • improved arguments checking in `import_into`
  • now uses MOP::Role instead of MOP::Class, we actually don't need to care about inheritance, so no reason to use MOP::Class
  • BACKWARDS INCOMPATIBLE CHANGES
    • `import_into` no longer accepts MOP::Class objects in the $package argument
      • it also no longer accidently accepts random blessed objects either, sorry, that was sloppy
  • DEPENDENCIES
    • fixed Perl version dependency
      • thanks to Slaven Rezić for the ticket
    • fixed missing Carp dependancy
      • thanks to Mohammad S Anwar for the patch

Modules

Apply traits to your methods
Traits for Trait Providers