Perl::Critic::Policy::Moose::ProhibitLazyBuild - Avoid lazy_build
" lazy_build =" 1 > seemed like a good idea
at the time, but it creates problems (see here
<https://metacpan.org/pod/distribution/Moose/lib/Moose/Manual/BestPractices.pod#Avoid-lazy_build>).
This policy will complain if it finds lazy_build => 1 in your code.
This policy is part of Perl::Critic::Moose.
Bugs may be submitted through the RT bug tracker
<http://rt.cpan.org/Public/Dist/Display.html?Name=Perl-Critic-Moose> (or
bug-perl-critic-moose@rt.cpan.org
<mailto:bug-perl-critic-moose@rt.cpan.org>).
I am also usually active on IRC as 'drolsky' on
"irc://irc.perl.org".
- Elliot Shank <perl@galumph.com>
- Dave Rolsky <autarch@urth.org>
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.