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