summaryrefslogtreecommitdiffstats
path: root/fake_packages/Carp.pm
blob: a64108322f3998f25d18980c7f17b02204ed2ae5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

package Carp;
our @ISA = qw();
sub Regexp::CARP_TRACE() {}
sub _cgc() {}
sub _fetch_sub { my ($_pack, $_o_sub) = @_ }
sub caller_info() {}
sub carp() {}
sub cluck() {}
sub confess() {}
sub croak() {}
sub export_fail() {}
sub format_arg() {}
sub get_status() {}
sub get_subname() {}
sub long_error_loc() {}
sub longmess() {}
sub longmess_heavy() {}
sub ret_backtrace { my ($_i, @_more_paras) = @_ }
sub ret_summary { my ($_i, @_more_paras) = @_ }
sub short_error_loc() {}
sub shortmess() {}
sub shortmess_heavy() {}
sub str_len_trim() {}
sub trusts() {}
sub trusts_directly() {}