in reply to Odd Apache::Reload failure
UPDATE:
I think I see the problem. Your code has to call Apache::Reload::import(), which normally happens when you use a module but not when you do it via Module::Load::Conditional::can_load(). Test this by replacing that line with a normal "use Apache::Reload".
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Odd Apache::Reload failure
by Phoenix Rising (Initiate) on Jun 05, 2008 at 20:39 UTC | |
by perrin (Chancellor) on Jun 05, 2008 at 20:45 UTC | |
by tye (Sage) on Jun 05, 2008 at 22:33 UTC |