On Thu, 7 Feb 2002, Gregory Belenky wrote:

> I'm creating my own AxProvider derived from Apache::AxKit::Provider::Filter.
>
> It's one of the packages in large custom module that loads via <Perl>use
> ...;</Perl> in httpd.conf
> When I restart Apache and request page I've got 500 and "AxKit::load_module
> failed: Can't locate ... in @INC ..." in error_log.
>
> But it's already loaded with module!
>
> What should I do to implement such behavior - I really don't want to split
> my modyle by packages.
> AxAddOutputTransformer works fine - but it's in the same module but in the
> different package.

God that's a toughie... I don't really know the answer, except maybe to
check something like module->can('new') before trying to load it.

Suggestions welcome.

-- 
<!-- Matt -->
<:->Get a smart net</:->


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to