Searched refs:cluck (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCarp.pm9 cluck - warn of errors with stack backtrace
18 longmess - return the message that cluck and confess produce
25 use Carp qw(cluck);
26 cluck "This is how we got here!";
36 cluck, confess, and longmess that context is a summary of every
86 and a carp as a cluck across I<all> modules. In other words, force a
135 @EXPORT_OK = qw(cluck verbose longmess shortmess);
153 # arguments passed into longmess() via confess(), cluck() or shortmess().
173 # and cluck() generate a full stack trace so they call longmess() to
187 # whether they should generate a full stack trace (confess() and cluck())
194 sub cluck { warn longmess @_ } subroutine
[all...]
H A DCPAN.pm816 # Carp::cluck("DEBUGGING");
3082 Carp::cluck("META-PROTOCOL[$CPAN::META->{PROTOCOL}]");
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm17 use CGI::Carp qw(cluck);
18 cluck "I wouldn't do that if I were you";
270 1.13 Added cluck() to make the module orthogonal with Carp.
322 @EXPORT_OK = qw(carpout fatalsToBrowser warningsToBrowser wrap set_message set_die_handler set_progname cluck ^name= die);
487 sub cluck { CGI::Carp::warn Carp::longmess @_; } subroutine
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm667 Carp::cluck(sprintf "uid=$info[4] topuid=%s \$<=$< path='$path'",

Completed in 115 milliseconds