diff options
author | Ben Tilly <ben_tilly@operamail.com> | 2001-12-01 01:34:48 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-01 16:31:02 +0000 |
commit | bb2cbcd1ec679f28ec7f1a4f685707a368d32502 (patch) | |
tree | 328679f85510b65bb2e77996772857e1a34269c2 /lib/Exporter | |
parent | 24c435326ff7474b83b7249c5c50531eeeffe72f (diff) | |
download | perl-bb2cbcd1ec679f28ec7f1a4f685707a368d32502.tar.gz |
Fix for Exporter error reporting behaviour
Message-ID: <3C0D1B9A@operamail.com>
p4raw-id: //depot/perl@13406
Diffstat (limited to 'lib/Exporter')
-rw-r--r-- | lib/Exporter/Heavy.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Exporter/Heavy.pm b/lib/Exporter/Heavy.pm index 4b1c2e2526..abdae6c4b6 100644 --- a/lib/Exporter/Heavy.pm +++ b/lib/Exporter/Heavy.pm @@ -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 |