Description
Perl programs can make warnings and fatal errors include stack backtraces automatically. This helps developers find where a problem came from when a module or script fails without enough context.
It is a debugging helper for development and testing. Backtraces can include file paths or internal structure, so production logs should be reviewed before being shared.