table of contents
Perl::Critic::Policy::Freenode::StrictWarnings(3pm) | User Contributed Perl Documentation | Perl::Critic::Policy::Freenode::StrictWarnings(3pm) |
NAME¶
Perl::Critic::Policy::Freenode::StrictWarnings - Always use strict and warnings, or a module that imports these
DESCRIPTION¶
Legacy "freenode" theme policy alias.
POLICY MOVED¶
This policy has been moved to Perl::Critic::Community.
AFFILIATION¶
This policy is part of Perl::Critic::Freenode.
CONFIGURATION¶
This policy can be configured to recognize additional modules as importers of strict and warnings, by putting an entry in a ".perlcriticrc" file like this:
[Freenode::StrictWarnings] extra_importers = MyApp::Class MyApp::Role
AUTHOR¶
Dan Book, "dbook@cpan.org"
COPYRIGHT AND LICENSE¶
Copyright 2015, Dan Book.
This library is free software; you may redistribute it and/or modify it under the terms of the Artistic License version 2.0.
SEE ALSO¶
Perl::Critic, Perl::Critic::Community
2022-07-27 | perl v5.34.0 |