c5c56756e7
This module is meant as a debugging aid. It can be used to make a script complain loudly with stack backtraces when warn()ing or die()ing. Unlike other similar modules (e.g. Carp::Always), it includes stack traces even when exception objects are thrown.
4 lines
254 B
Text
4 lines
254 B
Text
This module is meant as a debugging aid. It can be used to make
|
|
a script complain loudly with stack backtraces when warn()ing
|
|
or die()ing. Unlike other similar modules (e.g. Carp::Always),
|
|
it includes stack traces even when exception objects are thrown.
|