From 558aa7d67936be827d807c23981b75342cc9b382 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Tue, 9 Jun 2020 13:26:42 -0700 Subject: [PATCH] added xor to list of builtin -sak keywords, should have been --- bin/perltidy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.5