http://qs1969.pair.com?node_id=1157015


in reply to Re: Chasing up a module dependency issue
in thread Chasing up a module dependency issue

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?