Change $=, $., $*, $%, and $- to be IVs instead of longs.
[p5sagit/p5-mst-13.2.git] / lib / Exporter.pm
index ad6cdef..9a361a7 100644 (file)
@@ -8,7 +8,7 @@ no strict 'refs';
 our $Debug = 0;
 our $ExportLevel = 0;
 our $Verbose ||= 0;
-our $VERSION = '5.562';
+our $VERSION = '5.563';
 
 sub export_to_level {
   require Exporter::Heavy;