* Synced the perlfaq
[p5sagit/p5-mst-13.2.git] / lib / Exporter.pm
index 9e1c1ea..cd51828 100644 (file)
@@ -9,12 +9,9 @@ require 5.006;
 our $Debug = 0;
 our $ExportLevel = 0;
 our $Verbose ||= 0;
-our $VERSION = '5.63';
+our $VERSION = '5.64_01';
 our (%Cache);
 
-# Carp 1.05+ does this now for us, but we may be running with an old Carp
-$Carp::Internal{Exporter}++;
-
 sub as_heavy {
   require Exporter::Heavy;
   # Unfortunately, this does not work if the caller is aliased as *name = \&foo