Lines Matching defs:confess
14 confess - die of errors with stack backtrace
18 longmess - return the message that cluck and confess produce
36 cluck, confess, and longmess that context is a summary of every
85 As a debugging aid, you can force Carp to treat a croak as a confess
124 # How many calls to skip on confess.
134 @EXPORT = qw(confess croak carp);
153 # arguments passed into longmess() via confess(), cluck() or shortmess().
172 # the top-level caller's package and report the error from there. confess()
187 # whether they should generate a full stack trace (confess() and cluck())
189 # confess() and croak() die, carp() and cluck() warn.
192 sub confess { die longmess @_ }