Description
Perl applications can capture stack traces as structured objects instead of plain text. This helps error reporting, logging, testing, and developer diagnostics show where a failure came from.
It is a debugging library used by other software. Stack traces can include file paths and internal code structure, so logs should be reviewed before sharing.