From: Steve Hancock <perltidy@users.sourceforge.net> Date: Tue, 9 Jun 2020 20:26:42 +0000 (-0700) Subject: added xor to list of builtin -sak keywords, should have been X-Git-Tag: 20200619~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=558aa7d67936be827d807c23981b75342cc9b382;p=perltidy.git added xor to list of builtin -sak keywords, should have been --- diff --git a/bin/perltidy b/bin/perltidy index 2e9c55e9..5c9f6bba 100755 --- a/bin/perltidy +++ b/bin/perltidy @@ -1103,7 +1103,7 @@ Related issues arise with other binary operator symbols, such as + and -, and in When an opening paren follows a Perl keyword, no space is introduced after the keyword, unless it is (by default) one of these: - my local our and or eq ne if else elsif until unless + my local our and or xor eq ne if else elsif until unless while for foreach return switch case given when These defaults can be modified with two commands: