1Code::TidyAll::Plugin::UPseerrlTCiodnyt(r3i)buted Perl DCoocduem:e:nTtiadtyiAolnl::Plugin::PerlTidy(3)
2
3
4

NAME

6       Code::TidyAll::Plugin::PerlTidy - Use perltidy with tidyall
7

VERSION

9       version 0.82
10

SYNOPSIS

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

DESCRIPTION

27       Runs perltidy, a Perl tidier.
28

INSTALLATION

30       Install perltidy from CPAN.
31
32           cpanm perltidy
33

CONFIGURATION

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

SUPPORT

46       Bugs may be submitted at
47       <https://github.com/houseabsolute/perl-code-tidyall/issues>.
48

SOURCE

50       The source code repository for Code-TidyAll can be found at
51       <https://github.com/houseabsolute/perl-code-tidyall>.
52

AUTHORS

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.34.1                      2022-04-19Code::TidyAll::Plugin::PerlTidy(3)
Impressum