This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Exporter version bump
authorSteffen Mueller <smueller@cpan.org>
Sat, 3 Jul 2010 15:07:06 +0000 (17:07 +0200)
committerSteffen Mueller <smueller@cpan.org>
Sat, 3 Jul 2010 15:07:06 +0000 (17:07 +0200)
After being modified by 9b86bb5cacfb65a283299b005919058f8a61701a.

lib/Exporter.pm

index 5fcc993..a371714 100644 (file)
@@ -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 {