1Code::TidyAll::Plugin::UPseerrlTCiodnyt(r3i)buted Perl DCoocduem:e:nTtiadtyiAolnl::Plugin::PerlTidy(3)
2
3
4
6 Code::TidyAll::Plugin::PerlTidy - Use perltidy with tidyall
7
9 version 0.83
10
12 # In configuration:
13
14 ; Configure in-line
15 ;
16 [PerlTidy]
17 select = lib/**/*.pm
18 argv = --noll
19
20 ; or refer to a .perltidyrc in the same directory
21 ;
22 [PerlTidy]
23 select = lib/**/*.pm
24 argv = --profile=$ROOT/.perltidyrc
25
27 Runs perltidy, a Perl tidier.
28
30 Install perltidy from CPAN.
31
32 cpanm perltidy
33
35 This plugin accepts the following configuration options:
36
37 argv
38 Arguments to pass to "perltidy".
39
40 If you are using "Perl::Tidy" version 20220101 or newer, than the
41 "--encode-output-strings" flag will be appended to whatever you supply.
42 In this case, you should ensure that you are not passing a
43 "--character-encoding" ("-enc") or "-utf8" flag to perltidy as well.
44
46 Bugs may be submitted at
47 <https://github.com/houseabsolute/perl-code-tidyall/issues>.
48
50 The source code repository for Code-TidyAll can be found at
51 <https://github.com/houseabsolute/perl-code-tidyall>.
52
54 • Jonathan Swartz <swartz@pobox.com>
55
56 • Dave Rolsky <autarch@urth.org>
57
59 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
60
61 This is free software; you can redistribute it and/or modify it under
62 the same terms as the Perl 5 programming language system itself.
63
64 The full text of the license can be found in the LICENSE file included
65 with this distribution.
66
67
68
69perl v5.36.0 2023-01-20Code::TidyAll::Plugin::PerlTidy(3)