1Code::TidyAll::Plugin::UPsoedrChCeocnkterri(b3u)ted PerlCoDdoec:u:mTeindtyaAtlilo:n:Plugin::PodChecker(3)
2
3
4
6 Code::TidyAll::Plugin::PodChecker - Use podchecker with tidyall
7
9 version 0.75
10
12 In configuration:
13
14 ; Check for errors, but ignore warnings
15 ;
16 [PodChecker]
17 select = lib/**/*.{pm,pod}
18
19 ; Die on level 1 warnings (can also be set to 2)
20 ;
21 [PodChecker]
22 select = lib/**/*.{pm,pod}
23 warnings = 1
24
26 Runs podchecker, a POD validator, and dies if any problems were found.
27
29 Install podchecker from CPAN.
30
31 cpanm podchecker
32
34 This plugin accepts the following configuration options:
35
36 warnings
37 The level of warnings to consider as errors - 1 or 2. By default,
38 warnings will be ignored.
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::PodChecker(3)