Skip Menu |

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

Report information
The Basics
Id: 16119
Status: resolved
Priority: 0/
Queue: Pod-Coverage

People
Owner: Nobody in particular
Requestors: cpan [...] steffen-winkler.de
Cc:
AdminCc:

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



Subject: no public symbols defined
Scource: use lib 'C:/Temp/lib'; # Module is C:/Temp/lib/MyModule.pm use Pod::Coverage package => 'CP_Misc::LabelScanner'; Result: MyModule has a Pod::Coverage rating of unrated (no public symbols d efined) Question: What are public symbols? I cant't read anything about in your documentation! Please help me, Steffen Winkler.
From: cpan [...] steffen-winkler.de
Source, Line 2: 'CP_Misc::LabelScanner' should be written as 'MyModule'.