in reply to Test::Pod:Coverage: excluding 'used' modules
Pod::Coverage (which Test::Pod::Coverage uses) already distinguishes between imported subs and ones you've defined yourself, so unless Date::Manip is doing something weird (which it isn't), this shouldn't be a problem.
I only get that particular error message (requiring 'My::Module' failed) if the module can't actually be compiled; nothing to do with the pod. My guess is Date::Manip isn't installed properly on your system. It's not a core module, so perhaps you just don't have it at all.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Test::Pod:Coverage: excluding 'used' modules
by loris (Hermit) on Nov 15, 2019 at 14:19 UTC | |
by tobyink (Canon) on Nov 15, 2019 at 16:14 UTC | |
by loris (Hermit) on Nov 18, 2019 at 11:00 UTC | |
by tobyink (Canon) on Nov 18, 2019 at 13:01 UTC | |
by hippo (Archbishop) on Nov 19, 2019 at 13:38 UTC | |
by loris (Hermit) on Nov 19, 2019 at 08:34 UTC | |
|