Subject: | Line number is wrong |
Running the program as follows:
use Pod::Checker;
my %options;
my $filepath = 'projects/Text-Fuzzy/lib/Text/Fuzzy.pod';
my $checker = Pod::Checker->new (%options);
$checker->parse_from_file ($filepath, \*STDERR);
I get the output
*** ERROR: unresolved internal link 'max_distance' at line 159 in file projects/Text-Fuzzy/lib/Text/Fuzzy.pod
with the attached file.
The line number of the error is off by one, it should be line 160.
Subject: | Fuzzy.pod |
Message body is not shown because it is too large.