our $Debug = 0;
our $ExportLevel = 0;
our $Verbose ||= 0;
-our $VERSION = '5.63';
+our $VERSION = '5.64';
our (%Cache);
-# Carp 1.05+ does this now for us, but we may be running with an old Carp
-$Carp::Internal{Exporter}++;
-
sub as_heavy {
require Exporter::Heavy;
# Unfortunately, this does not work if the caller is aliased as *name = \&foo
# On one line so MakeMaker will see it.
require Exporter; our $VERSION = $Exporter::VERSION;
-# Carp 1.05+ does this now for us, but we may be running with an old Carp
-$Carp::Internal{'Exporter::Heavy'}++;
-
=head1 NAME
Exporter::Heavy - Exporter guts