Skip to content

Commit 1a10d29

Browse files
committed
Eliminates Pod::To::HTML
Which is only used in an author test. Add documentation to the author test indicating this fact. Closes #3615.
1 parent 1df2cb0 commit 1a10d29

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

META6.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"auth": "perl6",
1010
"test-depends": [
1111
"File::Temp",
12-
"Pod::To::HTML:ver<0.6.1+>",
1312
"Test::META",
1413
"Perl6::TypeGraph"
1514
],
@@ -27,6 +26,7 @@
2726
"license": "Artistic-2.0",
2827
"tags": [
2928
"perl6",
29+
"raku",
3030
"pod6",
3131
"documentation",
3232
"reference"

xt/links-not-links.t

+8-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22

33
=begin overview
44
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.
67
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
13+
specific test.
814
915
=end overview
1016

0 commit comments

Comments
 (0)