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.82
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
45 The source code repository for Code-TidyAll can be found at
46 <https://github.com/houseabsolute/perl-code-tidyall>.
47
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::PodChecker(3)