## 2024 05 11.09
+ - Add partial support for Syntax::Operator::In and Syntax::Keyword::Match
+ (see git #162).
+
- Add --timeout-in-seconds=n, or -tos=n. When the standard input supplies
the input stream, and the input has not been received within n seconds,
perltidy will end with a timeout message. The intention is to catch
$type = 'J';
}
+ # mark colon as attribute if an error would occur otherwise; git #162
+ elsif ( !$rcurrent_depth->[QUESTION_COLON] ) {
+ $type = 'A';
+ $self->[_in_attribute_list_] = 1;
+ }
+
# otherwise, it should be part of a ?/: operator
else {
( $type_sequence, $indent_flag ) =
}
+ # patch for Syntax::Operator::In, git #162
+ elsif ( $tok eq 'in' && $next_nonblank_token eq ':' ) {
+
+ }
+
# Fix part 1 for git #63 in which a comment falls
# between an -> and the following word. An
# alternate fix would be to change operator_expected