In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/b5de49e55f04e3a6c36012d250a46eb301a2be38?hp=f6bb1c88770cae114ab47307e530a957e9e385a7>

- Log -----------------------------------------------------------------
commit b5de49e55f04e3a6c36012d250a46eb301a2be38
Author: Chris 'BinGOs' Williams <[email protected]>
Date:   Wed Mar 27 16:53:12 2013 +0000

    Exporter on CPAN is 5.68 make blead reflect this
-----------------------------------------------------------------------

Summary of changes:
 Porting/Maintainers.pl |    2 +-
 lib/Exporter.pm        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 9157d59..bedc6ef 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -680,7 +680,7 @@ use File::Glob qw(:case);
 
     'Exporter' => {
         'MAINTAINER'   => 'ferreira',
-        'DISTRIBUTION' => 'TODDR/Exporter-5.67.tar.gz',
+        'DISTRIBUTION' => 'TODDR/Exporter-5.68.tar.gz',
         'FILES'        => q[lib/Exporter.pm
                             lib/Exporter.t
                             lib/Exporter/Heavy.pm
diff --git a/lib/Exporter.pm b/lib/Exporter.pm
index 2b75fd9..f7564f7 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.67';
+our $VERSION = '5.68';
 our (%Cache);
 
 sub as_heavy {

--
Perl5 Master Repository

Reply via email to