Changes for version 1.03 - 2015-05-31

  • Make Perl::Critic::Policy::Moose::RequireCleanNamespace ignore use statements of the form "use Moose ()". Since this doesn't import anything, there's nothing to clean. PR #3 by Noel Maddy.

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