summaryrefslogtreecommitdiff
path: root/dist/Exporter
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-11-11 15:42:13 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-11-11 15:42:13 -0800
commitcf79272008437cd5f1b73b971b2bd97401f83ae8 (patch)
treea33f87a7d21d87facc719183533efce5e4c3b353 /dist/Exporter
parent76ebe3d013a3a13644645f9c725c99cf20c41174 (diff)
downloadperl-cf79272008437cd5f1b73b971b2bd97401f83ae8.tar.gz
Increase $Exporter::VERSION to 5.72
Diffstat (limited to 'dist/Exporter')
-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 e1e4e4a20e..0b3db2159f 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.71';
+our $VERSION = '5.72';
our (%Cache);
sub as_heavy {