Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 69545
Status: resolved
Priority: 0/
Queue: Pod-ProjectDocs

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

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



Subject: Source of subroutine is not part of the current file
Hello, In test.zip are 3 module M1, M2 and M3. Only M2 has a method new. But in the generated html of M3 (not in M1) is the source of M2::new but in M3 is no method new. I think, the problem is a not initialized cache after each file scan. --Steffen
Subject: test.zip
Download test.zip
application/zip 9.9k

Message body not shown because it is not plain text.

Hello Steffen, this is fixed in https://github.com/mgruner/p5-pod-projectdocs/commit/15148413b512ff5289d9c4e541cff53408a40fc4, will be in upcoming 0.42. Best regards, Martin Am Mo 18. Jul 2011, 08:54:11, STEFFENW schrieb: Show quoted text
> Hello, > > In test.zip are 3 module M1, M2 and M3. > Only M2 has a method new. > But in the generated html of M3 (not in M1) is the source of M2::new but > in M3 is no method new. > > I think, the problem is a not initialized cache after each file scan. > > --Steffen