X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/b3f1e0ca82d294b0623e703c44104244c31cb9ef..2770a1ce2934f4277de13f4f795ba41c86bf1646:/lib/Exporter/Heavy.pm diff --git a/lib/Exporter/Heavy.pm b/lib/Exporter/Heavy.pm index d8dff22..724028a 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