1Code::TidyAll::Plugin::UPseerrlCCrointtirci(b3u)ted PerlCoDdoec:u:mTeindtyaAtlilo:n:Plugin::PerlCritic(3)
2
3
4

NAME

6       Code::TidyAll::Plugin::PerlCritic - Use perlcritic with tidyall
7

VERSION

9       version 0.82
10

SYNOPSIS

12          In configuration:
13
14          ; Configure in-line
15          ;
16          [PerlCritic]
17          select = lib/**/*.pm
18          argv = --severity 5 --exclude=nowarnings
19
20          ; or refer to a .perlcriticrc in the same directory
21          ;
22          [PerlCritic]
23          select = lib/**/*.pm
24          argv = --profile $ROOT/.perlcriticrc
25

DESCRIPTION

27       Runs perlcritic, a Perl validator, and dies if any problems were found.
28

INSTALLATION

30       Install perlcritic from CPAN.
31
32           cpanm perlcritic
33

CONFIGURATION

35       This plugin accepts the following configuration options:
36
37   argv
38       Arguments to pass to "perlcritic".
39

SUPPORT

41       Bugs may be submitted at
42       <https://github.com/houseabsolute/perl-code-tidyall/issues>.
43

SOURCE

45       The source code repository for Code-TidyAll can be found at
46       <https://github.com/houseabsolute/perl-code-tidyall>.
47

AUTHORS

49       •   Jonathan Swartz <swartz@pobox.com>
50
51       •   Dave Rolsky <autarch@urth.org>
52
54       This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
55
56       This is free software; you can redistribute it and/or modify it under
57       the same terms as the Perl 5 programming language system itself.
58
59       The full text of the license can be found in the LICENSE file included
60       with this distribution.
61
62
63
64perl v5.36.0                      2022-07-2C2ode::TidyAll::Plugin::PerlCritic(3)
Impressum