On 09/28/2011 11:04 PM, Mike Schilli wrote:
> If you want to bump up the caller level, you should be using
> wrapper_register() or $Log::Log4perl::caller_depth as explained here:
> http://search.cpan.org/dist/Log-Log4perl/lib/Log/Log4perl.pm#Using_Log::Log4perl_with_wrapper_functions_and_classes
Y
It seems that when I use the no_extra_logdie_message option, the logdie and
logcroak methods do not work with Test::Exception's throws_ok or dies_ok
functions. Those functions just exit with errors.
This happens even when the test script is outputting to the screen.
Is there a way to use no_extr