This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix for Exporter error reporting behaviour
[perl5.git] / lib / Exporter / Heavy.pm
index 4b1c2e2..abdae6c 100644 (file)
@@ -5,7 +5,7 @@ no strict 'refs';
 
 # On one line so MakeMaker will see it.
 require Exporter;  our $VERSION = $Exporter::VERSION;
-
+$Carp::Internal{"Exporter::Heavy"} = 1;
 our $Verbose;
 
 =head1 NAME