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

NAME

Perl::Critic::Policy::Moose::ProhibitLazyBuild - Avoid lazy_build

VERSION

version 1.05

DESCRIPTION

lazy_build = 1 > seemed like a good idea at the time, but it creates problems (see here). This policy will complain if it finds lazy_build => 1 in your code.

AFFILIATION

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

SUPPORT

Bugs may be submitted through the RT bug tracker (or bug-perl-critic-moose@rt.cpan.org).

I am also usually active on IRC as 'drolsky' on irc://irc.perl.org.

AUTHORS

  • Elliot Shank <perl@galumph.com>

  • Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2008 - 2016 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.