Closed hartzell closed 6 years ago
Looks like this change caused it: https://github.com/houseabsolute/Log-Dispatch/commit/a2a216b19be0f07868034f0057f5f05b1f881908#diff-1b4cc254700c5bb75d866c985d9dd69e
So, you're right, they are the same now and the docs should be updated to reflect that.
Fixed in HEAD. Thanks!
log_and_die
andlog_and_croak
seem to be synonyms, the latter just calls the former (here is the source).The documentation makes them sound as if they behave differently.
If I haven't misread the code, the docs should be updated (I can PR something if I'm not in the weeds).