in reply to How to get Pod::Coverage to stop calling my export naked
Did you try to categorize DEBUG as private or also_private?
from Pod::Coverage
Methods Pod::Coverage->new(package => $package) Creates a new Pod::Coverage object. package the name of the package to analyse private an array of regexen which define what symbols are regarded as private (and so need not be documented) ... also_private items are appended to the private list
I agree with educated_foo that Pod::Coverage shouldn't be an installation test, but rather a part of the release/development process.
Cheers Rolf
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to get Pod::Coverage to stop calling my export naked
by Oberon (Monk) on Feb 06, 2012 at 01:07 UTC |