summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2013-07-26 11:00:23 +1000
committerTony Cook <tony@develop-help.com>2013-07-26 11:00:23 +1000
commiteee06191b6a7f5cfe36afc532c5e63c282bc88d0 (patch)
tree99653cb708f4bea26cf6c72be7bfd14dd4261701 /dist
parentd7d11da6a3137eab7a1218de09cab6f2bbfc85ce (diff)
downloadperl-eee06191b6a7f5cfe36afc532c5e63c282bc88d0.tar.gz
bump $Exporter::VERSION (and hence $Exporter::Heavy::VERSION)
Diffstat (limited to 'dist')
-rw-r--r--dist/Exporter/lib/Exporter.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Exporter/lib/Exporter.pm b/dist/Exporter/lib/Exporter.pm
index f7564f7c73..fc05e5f648 100644
--- a/dist/Exporter/lib/Exporter.pm
+++ b/dist/Exporter/lib/Exporter.pm
@@ -9,7 +9,7 @@ require 5.006;
our $Debug = 0;
our $ExportLevel = 0;
our $Verbose ||= 0;
-our $VERSION = '5.68';
+our $VERSION = '5.69';
our (%Cache);
sub as_heavy {