You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: xt/links-not-links.t
+8-2
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,15 @@
2
2
3
3
=beginoverview
4
4
5
-
Avoid I<bare> URLs that are not links; URLs should go inside C<L<>> clauses, even if they have no text to link to.
5
+
Avoid I<bare> URLs that are not links; URLs should go inside C<L<>> clauses,
6
+
even if they have no text to link to.
6
7
7
-
Eliminates as false positives URLs that are output, or those that are included in some IRC log file. URLs in code might still show up as false positive.
8
+
Eliminates as false positives URLs that are output, or those that are
9
+
included in some IRC log file. URLs in code might still show up as false
10
+
positive.
11
+
12
+
Needs to install independently Pod::To::HTML, which is used only for this
0 commit comments