# Not really required:
## || ( ( $typel eq '?' ) && ( $typer eq 'Q' ) )
- # space stacked labels (TODO: check if really necessary)
- || $typel eq 'J' && $typer eq 'J'
+ # Space stacked labels...
+ # Not really required: Perl seems to accept non-spaced labels.
+ ## || $typel eq 'J' && $typer eq 'J'
; # the value of this long logic sequence is the result we want
return $result;
=over 4
+=item B<Allow stacked labels without spaces>
+
+When labels are stacked in a single line, such as
+
+A:B:C:
+
+the default is to space them:
+
+A: B: C:
+
+This update allows them to be removed if desired:
+
+# perltidy -naws -dws
+A:B:C:
+
+13 Jun 2021
+
=item B<Fix edge cases of instability involving -wn -lp>
Random testing produced some cases of instability involving -wn -lp and some