Skip Menu |

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

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

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

Bug Information
Severity: Unimportant
Broken in: 20130922
Fixed in: (no value)



Subject: Strange else error
#src: $to = $to->{$_} ||= {} for @key; if (1) {2;} else {3;} #error: 2: expecting 'else' to follow one of 'if|elsif|unless|case|when' #result: $to = $to->{$_} ||= {} for @key; if (1) { 2; } else { 3; }
This is fixed in version 20140328.