| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.txt | 2026-08-07 | 1.1 kB | |
| Perl-Tidy-20260808.tar.gz | 2026-08-07 | 1.3 MB | |
| Totals: 2 Items | 1.3 MB | 0 | |
## Changes from version 20260705 to version 20260808
- Fixed git #211, an unusual instability with the following eval block:
eval { @$list = map( { [ qr($_), $_, 0 ]; } @$list ); };
A workaround was removing the parens around the map call parameters;
this version has a permanent fix.
- Some very rare instabilities with the -xlp style have been identified
and fixed. This could cause a shift in the indentation some lists
formatted with -xlp.
- Added checks when converting here-doc types '<<' to '<<~' using
the parameter --heredoc-convert-to='indented':
(1) Zero-length tags are skipped and
(2) the conversion is skipped if any here-text lines match the new tag.
- Added more syntax checks to help catch missing semicolons.
- The parameters --want-call-parens and --nowant-call-parens now have
the ability to restrict warnings to lists with or without multiple
comma-separated items. This can be done by placing a plus sign after
a function name in their parameter lists. The manual has details.