Skip to content

Commit 6f8c2e9

Browse files
Grinnzbook
authored andcommitted
perl5180delta: fix link
The multiple brackets syntax for POD links requires whitespace next to the brackets, but the whitespace within the directive is still significant. This resulted in a broken link to " perldiag".
1 parent cc65964 commit 6f8c2e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pod/perl5180delta.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1922,7 +1922,7 @@ C<< Can't do {n,m} with n > m in regex; marked by <-- HERE in m/%s/ >>
19221922

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

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

19271927
(W regexp) Minima should be less than or equal to maxima. If you really want
19281928
your regexp to match something 0 times, just put {0}.

0 commit comments

Comments
 (0)