summaryrefslogtreecommitdiff
path: root/devel/p5-Devel-Confess/DESCR
blob: 9bb21f7ab5e8df3728097456be1506c0bbedc205 (plain)
1
2
3
4
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.