Skip Menu |

This queue is for tickets about the Pod-Checker CPAN distribution.

Report information
The Basics
Id: 108492
Status: resolved
Worked: 10 min
Priority: 0/
Queue: Pod-Checker

People
Owner: Marek.Rouchal [...] gmx.net
Requestors: bkb [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.

Seems to be a problem with the Perl version and/or Pod::Simple. Tested again with a recent setup, and there line 160 is correctly reported. There are several patches in 1.72, so maybe that got fixed there.