* Synced the perlfaq
[p5sagit/p5-mst-13.2.git] / lib / Carp / Heavy.pm
1 package Carp;
2
3 # On one line so MakeMaker will see it.
4 use Carp;  our $VERSION = $Carp::VERSION;
5
6 1;
7
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.