Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pod/perl5180delta.pod
Original file line number Diff line number Diff line change
Expand Up @@ -1922,7 +1922,7 @@ C<< Can't do {n,m} with n > m in regex; marked by <-- HERE in m/%s/ >>

This fatal error has been turned into a warning that reads:

L<< Quantifier {n,m} with n > m can't match in regex | perldiag/Quantifier {n,m} with n > m can't match in regex >>
L<< Quantifier {n,m} with n > m can't match in regex|perldiag/Quantifier {n,m} with n > m can't match in regex >>

(W regexp) Minima should be less than or equal to maxima. If you really want
your regexp to match something 0 times, just put {0}.
Expand Down
4 changes: 2 additions & 2 deletions pod/perl5240delta.pod
Original file line number Diff line number Diff line change
Expand Up @@ -1083,8 +1083,8 @@ L<Sequence (?PE<gt>... not terminated in regex; marked by E<lt>-- HERE in mE<sol

=item *

L<Assuming NOT a POSIX class since %s in regex; marked by E<lt>-- HERE in mE<sol>%sE<sol>|
perldiag/Assuming NOT a POSIX class since %s in regex; marked by <-- HERE in mE<sol>%sE<sol>>
L<Assuming NOT a POSIX class since %s in regex; marked by E<lt>-- HERE in
mE<sol>%sE<sol>|perldiag/Assuming NOT a POSIX class since %s in regex; marked by <-- HERE in mE<sol>%sE<sol>>

=item *

Expand Down
Loading