This file is not a pod, and was supposed to be ignored, but due to
an error in the logic that converts from native file system to
unix format, it was being processed.
porting/expand-macro.pl Verbatim line length including indents exceeds 80 by 2
porting/how_to_write_a_perldelta.pod There is no NAME 1
porting/how_to_write_a_perldelta.pod Verbatim line length including indents exceeds 80 by 3
-porting/perldelta_template.pod Apparent broken link 7
-porting/perldelta_template.pod Pod NAME already used 1
-porting/perldelta_template.pod Verbatim line length including indents exceeds 80 by 1
porting/pumpkin.pod Verbatim line length including indents exceeds 80 by 9
porting/release_managers_guide.pod ? Should you be using L<...> instead of 2
porting/release_managers_guide.pod Verbatim line length including indents exceeds 80 by 11
# Convert to more generic form.
foreach my $file (keys %excluded_files) {
- $excluded_files{canonicalize($excluded_files{$file})}
- = $excluded_files{$file};
+ delete $excluded_files{$file};
+ $excluded_files{canonicalize($file)} = 1;
}
# re to match files that are to be parsed only if there is an internal link