Lines Matching defs:Carp
1 package Carp;
22 use Carp;
25 use Carp qw(cluck);
28 print FH Carp::shortmess("This will have caller's details added");
29 print FH Carp::longmess("This will have stack backtrace added");
33 The Carp routines are useful in your own modules because
78 Any call to Carp is safe. (This rule is what keeps it from
85 As a debugging aid, you can force Carp to treat a croak as a confess
100 The Carp routines don't handle exception objects currently.
113 # Carp will not report errors from within these packages if it
115 # system. Carp will not report errors from within these packages
121 $CarpInternal{Carp}++;
158 { local $@; require Carp::Heavy; } # XXX fix require to not clear $@?
178 { local $@; require Carp::Heavy; } # XXX fix require to not clear $@?