Re: Apache2::Reload and fatal warnings

2009-11-24 Thread Ryan Gies
On 11/23/2009 11:02 PM, dorian taylor wrote: Hey guys, been a while. Was wondering about the behaviour of Apache2::Reload in modules that use warnings FATAL => 'all'; it croaks with a Subroutine foo redefined error which of course is remedied by no warnings 'redefine' in the offending module. I

Apache2::Reload and fatal warnings

2009-11-24 Thread dorian taylor
Hey guys, been a while. Was wondering about the behaviour of Apache2::Reload in modules that use warnings FATAL => 'all'; it croaks with a Subroutine foo redefined error which of course is remedied by no warnings 'redefine' in the offending module. Is there a way to incorporate that into Apache2::