Ticket #1326 (closed defect: fixed)
Padre-Plugin-PerlTidy and the /a modifier with tools/perltidyrc
| Reported by: | bowtie | Owned by: | Alias |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Perl Tidy | Version: | 0.91 |
| Keywords: | Plugin | Cc: | szabgab |
Description
when using the ascii (/a) modifier with tools/perltidyrc.
before tidy:
/\s/\a
after tidy:
/\s/\ a
and just for fun, we get a syntax error :)
This relates to the switch: --add-whitespace found in tools/perltidyrc
used by P-P-PerlTidy when working against local copy of Padre trunk.
I wonder what else is in tools/perltidyrc that is not up todate?
Change History
Note: See
TracTickets for help on using
tickets.

The Patch has now been applied by the author
Perl-Tidy-20120619
why did it take so long to apply
see https://rt.cpan.org/Public/Bug/Display.html?id=68870