]> git.donarmstrong.com Git - perltidy.git/commitdiff
added <=> as alignment token
authorSteve Hancock <perltidy@users.sourceforge.net>
Tue, 30 Jun 2020 19:12:38 +0000 (12:12 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Tue, 30 Jun 2020 19:12:38 +0000 (12:12 -0700)
lib/Perl/Tidy/Formatter.pm

index a9ef21ed751f8e6f196333fedbf74a6388a28c7d..2f7ec452d013df0def922a295071f1675364cd61 100644 (file)
@@ -12205,7 +12205,7 @@ sub get_seqno {
         # Replaced =~ and // in the list.  // had been removed in RT 119588
         @q = qw#
           = **= += *= &= <<= &&= -= /= |= >>= ||= //= .= %= ^= x=
-          { ? : => && || ~~ !~~ =~ !~ //
+          { ? : => && || ~~ !~~ =~ !~ // <=>
           #;
         @is_vertical_alignment_type{@q} = (1) x scalar(@q);