summaryrefslogtreecommitdiff
path: root/lib/Exporter.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2009-10-28 22:20:17 +0100
committerRafael Garcia-Suarez <rgs@consttype.org>2009-10-28 22:20:17 +0100
commit3247c18889f5c199c8975b9969bcd63491a4ed02 (patch)
treed1708d55ea315926de2c9b0b43c9f5c0a2df9b3e /lib/Exporter.pm
parent4817af0025b173cce20eae1ea6745f2864162edc (diff)
downloadperl-3247c18889f5c199c8975b9969bcd63491a4ed02.tar.gz
Bump Exporter's version in blead after last patch
Diffstat (limited to 'lib/Exporter.pm')
-rw-r--r--lib/Exporter.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Exporter.pm b/lib/Exporter.pm
index c18a13a8af..cd51828847 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.64';
+our $VERSION = '5.64_01';
our (%Cache);
sub as_heavy {