Scroll to navigation

Perl::Critic::Freenode(3pm) User Contributed Perl Documentation Perl::Critic::Freenode(3pm)

NAME

Perl::Critic::Freenode - Community-inspired Perl::Critic policies

SYNOPSIS

  $ perlcritic --theme freenode script.pl
  $ perlcritic --theme freenode lib/
  
  # .perlcriticrc
  theme = freenode
  severity = 1

DESCRIPTION

Legacy alias for the Perl::Critic::Community policy set. Contains all of the same policies but under the "Freenode::" policy namespace and "freenode" theme.

AFFILIATION

This module has no functionality, but instead contains documentation for this distribution and acts as a means of pulling other modules into a bundle. All of the Policy modules contained herein will have an "AFFILIATION" section announcing their participation in this grouping.

CONFIGURATION AND ENVIRONMENT

All policies included are in the "freenode" theme. See the Perl::Critic documentation for how to make use of this.

AUTHOR

Dan Book, "dbook@cpan.org"

CONTRIBUTORS

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-25 perl v5.38.2