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.
1 parent aaee595 commit fadb7ddCopy full SHA for fadb7dd
t/porting/podcheck.t
@@ -924,7 +924,7 @@ package My::Pod::Checker { # Extend Pod::Checker
924
return $self->SUPER::start_Para(@_);
925
}
926
927
- sub start_item {
+ sub start_item { # Pod::Checker has no corresponding method
928
my $self = shift;
929
check_see_but_not_link($self);
930
@@ -2061,7 +2061,7 @@ foreach my $filename (@files) {
2061
2062
# Here, all files have been parsed, and all links and link targets are stored.
2063
# Now go through the files again and see which don't have matches.
2064
-if (! $has_input_files) {
+if (! $has_input_files) { # No xref unless processing all files
2065
foreach my $filename (@files) {
2066
next if $filename_to_checker{$filename}->get_skip;
2067
0 commit comments