From 1329298a6bcda8088a644abb4ad865f0cb28d8f8 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Tue, 30 Jun 2020 12:12:38 -0700 Subject: [PATCH] added <=> as alignment token --- lib/Perl/Tidy/Formatter.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5