In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/9bac1559a4f8ca714c2348d199ad2a13c4477b0b?hp=9b86bb5cacfb65a283299b005919058f8a61701a>
- Log ----------------------------------------------------------------- commit 9bac1559a4f8ca714c2348d199ad2a13c4477b0b Author: Steffen Mueller <[email protected]> Date: Sat Jul 3 17:07:06 2010 +0200 Exporter version bump After being modified by 9b86bb5cacfb65a283299b005919058f8a61701a. ----------------------------------------------------------------------- Summary of changes: lib/Exporter.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/Exporter.pm b/lib/Exporter.pm index 5fcc993..a371714 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 { -- Perl5 Master Repository
