diff options
author | Steffen Mueller <smueller@cpan.org> | 2010-07-03 17:07:06 +0200 |
---|---|---|
committer | Steffen Mueller <smueller@cpan.org> | 2010-07-03 17:07:06 +0200 |
commit | 9bac1559a4f8ca714c2348d199ad2a13c4477b0b (patch) | |
tree | 160609892a3a0f13dbe10ab3bf4a937571b0fb82 /lib/Exporter.pm | |
parent | 9b86bb5cacfb65a283299b005919058f8a61701a (diff) | |
download | perl-9bac1559a4f8ca714c2348d199ad2a13c4477b0b.tar.gz |
Exporter version bump
After being modified by 9b86bb5cacfb65a283299b005919058f8a61701a.
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 5fcc9932f0..a371714e76 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_02'; +our $VERSION = '5.64_03'; our (%Cache); sub as_heavy { |