]> git.donarmstrong.com Git - perltidy.git/commitdiff
added xor to list of builtin -sak keywords, should have been
authorSteve Hancock <perltidy@users.sourceforge.net>
Tue, 9 Jun 2020 20:26:42 +0000 (13:26 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Tue, 9 Jun 2020 20:26:42 +0000 (13:26 -0700)
bin/perltidy

index 2e9c55e91770fbd5a6f4fa7a5d08c6bce67f1cc6..5c9f6bbab59cd0317b6908de54be6d458e500e60 100755 (executable)
@@ -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: