diff options
author | Adriano Ferreira <a.r.ferreira@gmail.com> | 2008-07-29 14:37:12 -0300 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2008-07-30 16:28:22 +0000 |
commit | 3e927c5026f0e46cdf4094a6823c32e022570507 (patch) | |
tree | 514e202959bab769afd93ea02269edb5cf0a7670 /lib/Exporter/Heavy.pm | |
parent | b09a11114be6edce50b92b1c65da7aba898fd577 (diff) | |
download | perl-3e927c5026f0e46cdf4094a6823c32e022570507.tar.gz |
update Exporter to version 5.63
From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
Message-ID: <73ddeb6c0807291337k150d5172pd671a5df980b7faf@mail.gmail.com>
p4raw-id: //depot/perl@34164
Diffstat (limited to 'lib/Exporter/Heavy.pm')
-rw-r--r-- | lib/Exporter/Heavy.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Exporter/Heavy.pm b/lib/Exporter/Heavy.pm index 5784b763ca..d8dff22499 100644 --- a/lib/Exporter/Heavy.pm +++ b/lib/Exporter/Heavy.pm @@ -5,8 +5,9 @@ no strict 'refs'; # On one line so MakeMaker will see it. require Exporter; our $VERSION = $Exporter::VERSION; -# Carp does this now for us, so we can finally live w/o Carp -#$Carp::Internal{"Exporter::Heavy"} = 1; + +# Carp 1.05+ does this now for us, but we may be running with an old Carp +$Carp::Internal{'Exporter::Heavy'}++; =head1 NAME |