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_extra_logdie_message option with Test::Exception?
|