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: 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

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

2005-06-01 Thread Philippe M. Chiasson
Mark wrote: > 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 Apach

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

2005-06-05 Thread Mark
Philippe M. Chiasson wrote: Mark wrote: 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