We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38cec4f + 7f76492 commit 3d6c595Copy full SHA for 3d6c595
t/070-headings.t
@@ -18,7 +18,7 @@ plan 3;
18
19
=head2 Heading 2.2
20
21
-=head2 <a href="/routine/message#class_Exception">(Exception) method message</a>
+=head2 L<(Exception) method message|/routine/message#class_Exception>
22
23
=head3 Heading 2.2.1
24
t/075-defn.t
@@ -28,7 +28,7 @@ say $=pod[0].perl;
28
29
my $html = pod2html($=pod[0]);
30
31
-say $html;
+#say $html;
32
ok $html ~~ ms[[
33
'<dl>'
34
'<dt>MAD</dt>'
0 commit comments