This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Remove support for deprecated properties
[perl5.git] / lib / Exporter.pm
index a371714..701ac52 100644 (file)
@@ -9,7 +9,7 @@ require 5.006;
 our $Debug = 0;
 our $ExportLevel = 0;
 our $Verbose ||= 0;
-our $VERSION = '5.64_03';
+our $VERSION = '5.65';
 our (%Cache);
 
 sub as_heavy {