Name: | rh-perl526-perltidy |
---|---|
Version: | 20170521 |
Release: | 4.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 1578483 |
License: | GPLv2+ |
RPM: | rh-perl526-perltidy-20170521-4.el7.noarch.rpm |
Source RPM: | rh-perl526-perltidy-20170521-4.el7.src.rpm |
Build Date: | Wed Oct 24 2018 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://perltidy.sourceforge.net/ |
Summary: | Tool for indenting and re-formatting Perl scripts |
Description: | 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. |
- SCL
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Perl 5.26 rebuild
- Update to 20170521 - Includes fix for CVE-2016-10374: Uses current working directory without symlink-attack protection - See CHANGES for details of other bug fixes and enhancements - Simplify find command using -delete
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Perl 5.24 rebuild
- Update to 20160302 - Corrected a minor problem in which an unwanted newline was placed before the closing brace of an anonymous sub with a signature, if it was in a list (CPAN RT#112534) - Corrected a minor problem in which occasional extra indentation was given to the closing brace of an anonymous sub in a list when the -lp parameter was set
- Update to 20160301 (see CHANGES for details)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Update to 20150815 (see CHANGES for details) - Use %license where possible