Skip Menu |

This queue is for tickets about the Dist-Zilla-Plugin-Test-Pod-LinkCheck CPAN distribution.

Report information
The Basics
Id: 78628
Status: rejected
Priority: 0/
Queue: Dist-Zilla-Plugin-Test-Pod-LinkCheck

People
Owner: Nobody in particular
Requestors: BBYRD [...] cpan.org
Cc:
AdminCc:

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



Subject: Link check doesn't take into account internal module links
I'm not sure how hard it would be to fix this, but here it goes: The pod link check fails if the module isn't in CPAN, but IS in the lib/ directory. Maybe the LinkCheck should use Module::Locate to see if the module already exists there.
On Sat Jul 28 06:42:54 2012, BBYRD wrote: Show quoted text
> I'm not sure how hard it would be to fix this, but here it goes: > > The pod link check fails if the module isn't in CPAN, but IS in the lib/ > directory. Maybe the LinkCheck should use Module::Locate to see if the > module already exists there.
I have not experienced this problem. If you have more details or an example you can share I'd be happy to help debug it. If there really is a bug in finding links to included modules it should eventually go in Test::Pod::LinkCheck (this module merely builds an xt/release test that calls Test::Pod::LinkCheck).