1PERLTIDIER(1) User Contributed Perl Documentation PERLTIDIER(1)
2
3
4
6 perltidier - Script to execute Perl::Tidy::Sweetened cleanup
7
9 This script is a drop in replacement for Perl::Tidy's "perltidy" which
10 uses Perl::Tidy::Sweetened to cleanup Perl code with a more "modern"
11 syntax (ie, Method::Signatures::Simple, MooseX::Method::Signatures,
12 MooseX::Declare, Kavorka, etc).
13
14 See the documentation for Perl::Tidy and perltidy for usage. See
15 Perl::Tidy::Sweetened for more information about the changes
16 introduced.
17
19 Perl::Tidy
20
22 Mark Grimes <mgrimes@cpan.org>
23
25 Source repository is at
26 <https://github.com/mvgrimes/Perl-Tidy-Sweetened>.
27
29 Please report any bugs or feature requests on the bugtracker website
30 <https://github.com/mvgrimes/Perl-Tidy-Sweetened/issues>
31
32 When submitting a bug or request, please include a test-file or a patch
33 to an existing test-file that illustrates the bug or desired feature.
34
36 This software is copyright (c) 2023 by Mark Grimes <mgrimes@cpan.org>.
37
38 This is free software; you can redistribute it and/or modify it under
39 the same terms as the Perl 5 programming language system itself.
40
41
42
43perl v5.38.0 2023-07-21 PERLTIDIER(1)