--maximum-line-length=19
--variable-maximum-line-length
+==> b1319.in <==
+# S1
+my @tests = (
+ {
+ expects => [
+ sort qw/ Class::Moose::RoleList1 Class::Moose::RoleList2 /
+ ],
+ },
+);
+
+# S2
+my @tests = (
+ {
+ expects => [
+ sort
+ qw/ Class::Moose::RoleList1 Class::Moose::RoleList2 /
+ ],
+ },
+);
+
+==> b1319.par <==
+--continuation-indentation=7
+--extended-line-up-parentheses
+--keep-old-breakpoints-after='q'
+
==> b1321.in <==
my $parser =
Pod::Markdown->new(
$level_start_multiline_qw =
$rLL->[$K_start_multiline_qw]->[_LEVEL_];
}
+ else {
+
+ # Fix for b1319, b1320
+ goto NOT_MULTILINE_QW;
+ }
}
}
next if ( $K_begin_loop > $K_last );
}
+
+ NOT_MULTILINE_QW:
$K_start_multiline_qw = undef;
# Find the terminal token, before any side comment