1Code::TidyAll::Plugin::UPseerrlCCrointtirci(b3u)ted PerlCoDdoec:u:mTeindtyaAtlilo:n:Plugin::PerlCritic(3)
2
3
4
6 Code::TidyAll::Plugin::PerlCritic - Use perlcritic with tidyall
7
9 version 0.75
10
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
27 Runs perlcritic, a Perl validator, and dies if any problems were found.
28
30 Install perlcritic from CPAN.
31
32 cpanm perlcritic
33
35 This plugin accepts the following configuration options:
36
37 argv
38 Arguments to pass to "perlcritic".
39
41 Bugs may be submitted at
42 <https://github.com/houseabsolute/perl-code-tidyall/issues>.
43
44 I am also usually active on IRC as 'autarch' on "irc://irc.perl.org".
45
47 The source code repository for Code-TidyAll can be found at
48 <https://github.com/houseabsolute/perl-code-tidyall>.
49
51 · Jonathan Swartz <swartz@pobox.com>
52
53 · Dave Rolsky <autarch@urth.org>
54
56 This software is copyright (c) 2011 - 2019 by Jonathan Swartz.
57
58 This is free software; you can redistribute it and/or modify it under
59 the same terms as the Perl 5 programming language system itself.
60
61 The full text of the license can be found in the LICENSE file included
62 with this distribution.
63
64
65
66perl v5.30.1 2020-01-2C9ode::TidyAll::Plugin::PerlCritic(3)