X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FExporter.pm;h=2b860f384a88b86b0e686a565c309caaf638e69b;hb=6a93515622cf0655623a39a9eaff82a4b9b3268b;hp=d9c22049776f5ff7f7f69eacd20bd6f81b1b2e32;hpb=a29b0897238efb7eef5cce5831c7e0bfa191ef04;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Exporter.pm b/lib/Exporter.pm index d9c2204..2b860f3 100644 --- a/lib/Exporter.pm +++ b/lib/Exporter.pm @@ -9,9 +9,10 @@ require 5.006; our $Debug = 0; our $ExportLevel = 0; our $Verbose ||= 0; -our $VERSION = '5.58'; +our $VERSION = '5.59'; our (%Cache); -$Carp::Internal{Exporter} = 1; +# Carp does this now for us, so we can finally live w/o Carp +#$Carp::Internal{Exporter} = 1; sub as_heavy { require Exporter::Heavy;