summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Carp/Heavy.pm
blob: 3147d9b27a790a7020aab9e14356b9903be668ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package Carp::Heavy;

use Carp ();

our $VERSION = '1.26';

1;

# Most of the machinery of Carp used to be here.
# It has been moved in Carp.pm now, but this placeholder remains for
# the benefit of modules that like to preload Carp::Heavy directly.
# This must load Carp, because some modules rely on the historical
# behaviour of Carp::Heavy loading Carp.