Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

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

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

Bug Information
Severity: Normal
Broken in: 0.16
Fixed in: (no value)



Subject: () { rewritten as { ()
I generally applaud this module, its good not to have to choose between automated tidying and method signatures, however, one small bug: 

method foo() { 

}

seems to become

method foo { () 

}

 

Kent, Thanks for your applause and the bug report. Version 0.17 (just pushed to CPAN) should fix the problem. Best, Mark