diff --git a/pod/perl5180delta.pod b/pod/perl5180delta.pod index a1b45653ee99..c97d4ca6b52a 100644 --- a/pod/perl5180delta.pod +++ b/pod/perl5180delta.pod @@ -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}. diff --git a/pod/perl5240delta.pod b/pod/perl5240delta.pod index 5a39d3c7a221..c42fd6636fa3 100644 --- a/pod/perl5240delta.pod +++ b/pod/perl5240delta.pod @@ -1083,8 +1083,8 @@ L... not terminated in regex; marked by E-- HERE in mE-- HERE in mE%sE| -perldiag/Assuming NOT a POSIX class since %s in regex; marked by <-- HERE in mE%sE> +L-- HERE in +mE%sE|perldiag/Assuming NOT a POSIX class since %s in regex; marked by <-- HERE in mE%sE> =item *