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.02 - 2015-04-21

  • Make all policies accept an "equivalent_modules" config parameter. If you have an in-house My::Moose, specificy that as an equivalent modules and the policies will check the code that uses My::Moose.
  • Added MooseX::Role::Parameterized as a default equivalent module where this made sense.
  • Changed ProhibitNewMethod to work better with a single file containing multiple packages.

Modules

Policies for Perl::Critic concerned with using Moose
Use DEMOLISH instead of DESTROY
Don't override Moose's standard constructors.
Require removing implementation details from you packages.
Ensure that you've made your Moose code fast