summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-12-10 16:20:33 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-12-10 16:39:42 -0800
commit36f9e82ca748a86d8532df4983b1bc2cb086fc98 (patch)
tree9b57943f8326ad283e7a92ce80c92911bb725e8c /lib
parent9e87a2793d49e1a8bc923687f68e7372fea228eb (diff)
downloadperl-36f9e82ca748a86d8532df4983b1bc2cb086fc98.tar.gz
Increase $Exporter::VERSION to 5.66
Diffstat (limited to 'lib')
-rw-r--r--lib/Exporter.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Exporter.pm b/lib/Exporter.pm
index 701ac5250f..faa36c6929 100644
--- a/lib/Exporter.pm
+++ b/lib/Exporter.pm
@@ -9,7 +9,7 @@ require 5.006;
our $Debug = 0;
our $ExportLevel = 0;
our $Verbose ||= 0;
-our $VERSION = '5.65';
+our $VERSION = '5.66';
our (%Cache);
sub as_heavy {