[OT] Re: a mystery.. need help

2005-05-29 Thread Frank Maas
Hi, (a) this is a modperl list. your question seems a general perl issue, please use the appropriate channels for this - not this list. (b) whatever channel you choose for your question, be sure to give information about what you are trying to achieve, what goes wrong, what you tried to solve t

Apache2::Reload problem (ModPerl::Util bug)

2005-05-29 Thread Mark
In 2.0.0, if there are heirarchical packages, and Apache2::Reload is configured to reload the 'parent', it blows away the 'children' package namespaces (and doesn't reload the children.) For example, if @INC has: Fubar.pm Fubar/Child.pm And Apache2::Reload reloads package Fubar, it blows away F

Re: Apache2::Reload problem (ModPerl::Util bug)

2005-05-29 Thread Mark
Mark wrote: In 2.0.0, if there are heirarchical packages, and Apache2::Reload is configured to reload the 'parent', it blows away the 'children' package namespaces (and doesn't reload the children.) For example, if @INC has: Fubar.pm Fubar/Child.pm And Apache2::Reload reloads package Fubar, it

Re: a mystery.. need help

2005-05-29 Thread Luinrandir Insight
OK.. first .. if I have the wrong list.. if this list is just about moduals and apache please forgive. I thought this list was about moduals, which I am just learning about. This is a subroutine that is going to go into a package/modual once I get it working. ALSO... perl is my HOBBY my backgro

Re: Apache2::Reload problem (ModPerl::Util bug)

2005-05-29 Thread Foo Ji-Haw
Hello Mark, I have the same problem as well, though I don't have a decent solution/ workaround for it. All I ended up doing was to use the subpackages. And when the subpackage changes, I touch the main package as well. That seems to cause Apache to reload. Mark wrote: In 2.0.0, if there ar