diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-10-28 22:20:17 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-10-28 22:20:17 +0100 |
commit | 3247c18889f5c199c8975b9969bcd63491a4ed02 (patch) | |
tree | d1708d55ea315926de2c9b0b43c9f5c0a2df9b3e /lib/Exporter.pm | |
parent | 4817af0025b173cce20eae1ea6745f2864162edc (diff) | |
download | perl-3247c18889f5c199c8975b9969bcd63491a4ed02.tar.gz |
Bump Exporter's version in blead after last patch
Diffstat (limited to 'lib/Exporter.pm')
-rw-r--r-- | lib/Exporter.pm | 2 |
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 { |