From: Steve Hancock Date: Tue, 30 Jun 2020 19:12:38 +0000 (-0700) Subject: added <=> as alignment token X-Git-Tag: 20200619.02~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1329298a6bcda8088a644abb4ad865f0cb28d8f8;p=perltidy.git added <=> as alignment token --- diff --git a/lib/Perl/Tidy/Formatter.pm b/lib/Perl/Tidy/Formatter.pm index a9ef21ed..2f7ec452 100644 --- a/lib/Perl/Tidy/Formatter.pm +++ b/lib/Perl/Tidy/Formatter.pm @@ -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);