Subject: | Allow short nested blocks |
I would like the following on a single line:
my $factorial = do { reduce { $a * $b } 1 .. 11 };
But all options I try always results in:
my $factorial = do {
reduce { $a * $b } 1 .. 11;
};
This queue is for tickets about the Perl-Tidy CPAN distribution.
The Basics
People
|
Bug Information
|