Perltidy is a Perl script that indents and re-formats Perl scripts to
make them easier to read. If you write Perl scripts, or spend much
time reading them, you will probably find it useful. The formatting
can be controlled with command line parameters. The default parameter
settings approximately follow the suggestions in the Perl Style Guide.
Perltidy can also output HTML of both POD and source code. Besides
re-formatting scripts, Perltidy can be a great help in tracking down
errors with missing or extra braces, parentheses, and square brackets
because it is very good at localizing errors.
* Wed Sep 27 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 20230309-1
- Rebuilt for MSVSphere 9.2
* Thu Mar 09 2023 Paul Howarth <paul@city-fan.org> - 20230309-1
- Update to 20230309 (see CHANGES.md for details) (rhbz#2176557)
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 20221112-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Nov 11 2022 Paul Howarth <paul@city-fan.org> - 20221112-1
- Update to 20221112 (rhbz#2142076)
- Fix undef warning in Perl before 5.12 (CPAN RT#145095)
* Thu Nov 10 2022 Paul Howarth <paul@city-fan.org> - 20221111-1
- Update to 20221111 (see CHANGES.md for details) (rhbz#2141765)
- Use SPDX-format license tag
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20220613-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Paul Howarth <paul@city-fan.org> - 20220613-1
- Update to 20220613 (see CHANGES.md for details)
* Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 20220217-2
- Perl 5.36 rebuild
* Tue Feb 15 2022 Paul Howarth <paul@city-fan.org> - 20220217-1
- Update to 20220217 (see CHANGES.md for details)
* Tue Feb 15 2022 Paul Howarth <paul@city-fan.org> - 20220215-1
- Update to 20220215 (see CHANGES.md for details)
- Add workaround for bogus dependencies generated on EL-7