Skip to content

Commit e931123

Browse files
committed
autodoc.pl: Add comment, missing space in warning
The warning came out with two words squished together
1 parent 945b008 commit e931123

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

autodoc.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#
88
# pod/perlintern.pod
99
# pod/perlapi.pod
10+
# h flag means no details.
1011

1112
my $api = "pod/perlapi.pod";
1213
my $intern = "pod/perlintern.pod";
@@ -2701,7 +2702,7 @@ ($destpod)
27012702
next if $which == \%intern && $element->{flags} =~ /A/;
27022703

27032704
if ($element->{docs_found}) {
2704-
warn "'$name' missing 'd' flag"
2705+
warn "'$name' missing 'd' flag "
27052706
. where_from_string($element->{file}, $element->{line_num})
27062707
if ! $element->{docs_expected};
27072708
}

0 commit comments

Comments
 (0)