Skip to content

Commit fadb7dd

Browse files
committed
podcheck.t: Add a couple comments
1 parent aaee595 commit fadb7dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/porting/podcheck.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ package My::Pod::Checker { # Extend Pod::Checker
924924
return $self->SUPER::start_Para(@_);
925925
}
926926
927-
sub start_item {
927+
sub start_item { # Pod::Checker has no corresponding method
928928
my $self = shift;
929929
check_see_but_not_link($self);
930930
@@ -2061,7 +2061,7 @@ foreach my $filename (@files) {
20612061
20622062
# Here, all files have been parsed, and all links and link targets are stored.
20632063
# Now go through the files again and see which don't have matches.
2064-
if (! $has_input_files) {
2064+
if (! $has_input_files) { # No xref unless processing all files
20652065
foreach my $filename (@files) {
20662066
next if $filename_to_checker{$filename}->get_skip;
20672067

0 commit comments

Comments
 (0)