Parses and beautifies perl source
This module makes the functionality of the perltidy utility available to
perl scripts. Any or all of the input parameters may be omitted, in which
case the @ARGV array will be used to provide input parameters as described
in the perltidy(1) man page.
- Developed at devel:languages:perl
- Sources inherited from project openSUSE:Factory
-
6
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:zSystems/perl-Perl-Tidy && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Perl-Tidy-20140711.tar.gz | 0000422397 412 KB | |
perl-Perl-Tidy.changes | 0000007057 6.89 KB | |
perl-Perl-Tidy.spec | 0000002213 2.16 KB |
Revision 14 (latest revision is 47)
Stephan Kulow (coolo)
accepted
request 249359
from
Stephan Kulow (coolo)
(revision 14)
- updated to 20140711 - Fixed RT #94902: abbreviation parsing in .perltidyrc files was not working for multi-line abbreviations. Thanks to Eric Fung for supplying a patch. - Fixed RT #95708, misparsing of a hash when the first key was a perl keyword, causing a semicolon to be incorrectly added. - Fixed RT #94338 for-loop in a parenthesized block-map. A code block within parentheses of a map, sort, or grep function was being mistokenized. In rare cases this could produce in an incorrect error message. The fix will produce some minor formatting changes. Thanks to Daniel Trizen discovering and documenting this. - Fixed RT #94354, excess indentation for stacked tokens. Thanks to Colin Williams for supplying a patch. - Added support for experimental postfix dereferencing notation introduced in perl 5.20. RT #96021. - Updated documentation to clarify the behavior of the -io flag in response to RT #95709. You can add -noll or -l=0 to prevent long comments from being outdented when -io is used. - Added a check to prevent a problem reported in RT #81866, where large scripts which had been compressed to a single line could not be formatted because of a check for VERSION for MakeMaker. The workaround was to use -nvpl, but this shouldn't be necessary now. - Fixed RT #96101; Closing brace of anonymous sub in a list was being
Comments 0