Increase $Exporter::VERSION to 5.67
authorFather Chrysostomos <sprout@cpan.org>
Sat, 23 Jun 2012 06:21:13 +0000 (23:21 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 23 Jun 2012 13:28:57 +0000 (06:28 -0700)
lib/Exporter.pm

index b618a95..02cf39a 100644 (file)
@@ -9,7 +9,7 @@ require 5.006;
 our $Debug = 0;
 our $ExportLevel = 0;
 our $Verbose ||= 0;
-our $VERSION = '5.66';
+our $VERSION = '5.67';
 our (%Cache);
 
 sub as_heavy {