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 queue is for tickets about the Perl-Tidy CPAN distribution.
The Basics
People
|
Bug Information
|