The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Perl::Critic::Policy::Moose::RequireMakeImmutable - Ensure that you've made your Moose code fast

VERSION

version 1.00

DESCRIPTION

Moose is very flexible. That flexibility comes at a performance cost. You can ameliorate some of that cost by telling Moose when you are done putting your classes together.

Thus, if you use Moose, this policy requires that you do __PACKAGE__->meta()->make_immutable().

AFFILIATION

This policy is part of Perl::Critic::Moose.

CONFIGURATION

This policy has no configuration options beyond the standard ones.

AUTHORS

  • Elliot Shank <perl@galumph.com>

  • Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2008 - 2015 by Elliot Shank.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.