This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update the version of Darwin we know the by_BE locale to be broken on
[perl5.git] / lib / Carp / Heavy.pm
CommitLineData
3b5ca523 1package Carp;
ca24dfc6 2
b75c8c73
MS
3# On one line so MakeMaker will see it.
4use Carp; our $VERSION = $Carp::VERSION;
3b5ca523
GS
5
61;
66a4a569 7
ba7a4549
RGS
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.