Skip Menu |

This queue is for tickets about the Perl-Tidy CPAN distribution.

Report information
The Basics
Id: 39072
Status: resolved
Priority: 0/
Queue: Perl-Tidy

People
Owner: Nobody in particular
Requestors: mschwern [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 20071205
Fixed in: (no value)



Subject: A better way to turn off --space-after-keyword completely
I wanted to turn off all spaces after keywords, including all the default exceptions. I thought --nospace-keyword-paren would do it, but it had no apparent effect. I had to list out each of the exceptional keywords as --nospace-after-keyword="my local our and or eq ne if else elsif until unless while for foreach return switch case given when" It would be nice if I didn't have to hard code that list.
Finally added this feature to perltidy in version 20120619; -nsak='*'