Package: perltidy
Version: 20031021-2
Severity: wishlist
There is a slight chance that perltidy lacks fine grained control of
to keep special {{'s of perlsyn (below) stuck together, without affecting
other {'s. But I'm not sure.
The loop control statements don't work in an "if" or "unless", since
they aren't loops. You can double the braces to make them such,
though.
if (/pattern/) {{
last if /fred/;
next if /barney/;
# same effect as "last", but doesn't document as well
# do something here
}}
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]