Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2020-08-22 | 839 Bytes | |
Perl-Tidy-20200822.tar.gz | 2020-08-22 | 657.2 kB | |
Perl-Tidy-20200822.zip | 2020-08-22 | 708.8 kB | |
Totals: 3 Items | 1.4 MB | 0 |
## Changes from version version 2020 06 19 to version 2020 08 22 - Fix RT #133166, encoding not set for -st. Also reported as RT #133171 and git #35. This is a significant bug in version 20200616 which can corrupt data if perltidy is run as a filter on encoded text. **Please upgrade** - Fix issue RT #133161, perltidy -html was not working on pod - Fix issue git #33, allow control of space after '->' - Vertical alignment has been improved. Numerous minor issues have been fixed. - Formatting with the -lp option is improved. - Fixed issue git #32, misparse of bare 'ref' in ternary - When --assert-tidy is used and triggers an error, the first difference between input and output files is shown in the error output. This is a partial response to issue git #30.