summaryrefslogtreecommitdiff
path: root/lib/Exporter/Heavy.pm
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-02-07 15:47:15 +0000
committerNicholas Clark <nick@ccl4.org>2009-02-07 15:47:15 +0000
commit2770a1ce2934f4277de13f4f795ba41c86bf1646 (patch)
tree641e0bd259bb1bb380962eb9af8b082879e725e8 /lib/Exporter/Heavy.pm
parentb3f1e0ca82d294b0623e703c44104244c31cb9ef (diff)
downloadperl-2770a1ce2934f4277de13f4f795ba41c86bf1646.tar.gz
Carp 1.05 shipped with 5.8.8. Remove work-around for pre 1.05.
Diffstat (limited to 'lib/Exporter/Heavy.pm')
-rw-r--r--lib/Exporter/Heavy.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Exporter/Heavy.pm b/lib/Exporter/Heavy.pm
index d8dff22499..724028a2b1 100644
--- a/lib/Exporter/Heavy.pm
+++ b/lib/Exporter/Heavy.pm
@@ -6,9 +6,6 @@ no strict 'refs';
# 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