summaryrefslogtreecommitdiff
path: root/lib/Exporter
diff options
context:
space:
mode:
authorJim Cromie <jcromie@cpan.org>2005-01-02 23:36:16 -0700
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-01-07 14:30:51 +0000
commit09e96b99c215ed417c37d0d188dd576c5464c72a (patch)
treef0311897e0c6eb6d473caa496bbc83165704599f /lib/Exporter
parent5df617be18e4372550725f3369e8e3fd641cce19 (diff)
downloadperl-09e96b99c215ed417c37d0d188dd576c5464c72a.tar.gz
Re: [PATCH] Remove Carp from warnings.pm
Message-ID: <cfe85dfa05010305367445dee6@mail.gmail.com> p4raw-id: //depot/perl@23768
Diffstat (limited to 'lib/Exporter')
-rw-r--r--lib/Exporter/Heavy.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Exporter/Heavy.pm b/lib/Exporter/Heavy.pm
index 2cc792288f..27774c5a9a 100644
--- a/lib/Exporter/Heavy.pm
+++ b/lib/Exporter/Heavy.pm
@@ -5,7 +5,8 @@ no strict 'refs';
# On one line so MakeMaker will see it.
require Exporter; our $VERSION = $Exporter::VERSION;
-$Carp::Internal{"Exporter::Heavy"} = 1;
+# Carp does this now for us, so we can finally live w/o Carp
+#$Carp::Internal{"Exporter::Heavy"} = 1;
=head1 NAME