![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re^2: Chasing up a module dependency issueby cLive ;-) (Prior) |
on Mar 07, 2016 at 16:28 UTC ( #1157015=note: print w/replies, xml ) | Need Help?? |
use Module::Name 'method_name';
That is what I think the issue is The code appears to work as a whole, under mod_perl, but it's failing the unit tests (that have finally been added to the code recently :) What I'm trying to work out is what exactly would cause the wiping out of the @EXPORT_OK. I thought that was scoped to the current package? Or is the error indicative of another issue? I really don't want to have to comb through the entire code base, if avoidable. On a hunch, I tried to switch @EXPORT_OK to @EXPORT, but that doesn't appear to have done anything = though mayne I need to look in the spiderweb of module includes and tweak all instances for it to work?
In Section
Seekers of Perl Wisdom
|
|