Re: Apache2::Reload weird stuff

2005-06-23 Thread Perrin Harkins
On Thu, 2005-06-23 at 03:10 +, Ben Duncan wrote: > I've also modified all the scripts that use the module to call it > like: > > use Atmail::Config; > > to: > > require Atmail::Config; Atmail::Config->import(); I don't think reloading will work well with exports. It seems likely to screw u

Apache2::Reload weird stuff

2005-06-23 Thread Ben Duncan
Hello! We write an application called "@Mail" - http://atmail.com/ - Which is written in Perl and configured to use mod-perl However, with the latest Fedora-core 4 with Apache2::Reload, we cannot get our application running under mod-perl to correctly detect/refresh a Config.pm file that cont