Bump Exporter's version in blead after last patch
[p5sagit/p5-mst-13.2.git] / lib / Exporter.pm
index c18a13a..cd51828 100644 (file)
@@ -9,7 +9,7 @@ require 5.006;
 our $Debug = 0;
 our $ExportLevel = 0;
 our $Verbose ||= 0;
-our $VERSION = '5.64';
+our $VERSION = '5.64_01';
 our (%Cache);
 
 sub as_heavy {