* Synced the perlfaq
[p5sagit/p5-mst-13.2.git] / lib / Carp / Heavy.pm
CommitLineData
3b5ca523 1package Carp;
ca24dfc6 2
b75c8c73 3# On one line so MakeMaker will see it.
4use Carp; our $VERSION = $Carp::VERSION;
3b5ca523 5
61;
66a4a569 7
ba7a4549 8# Most of the machinery of Carp used to be there.
9# It has been moved in Carp.pm now, but this placeholder remains for
10# the benefit of modules that like to preload Carp::Heavy directly.