In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/09a3950ca54c536fb488a12c7d11f935e18e02d0?hp=7930c68bef8756f446d89fffb07160cf4a27f4cc>

- Log -----------------------------------------------------------------
commit 09a3950ca54c536fb488a12c7d11f935e18e02d0
Author: Chris Williams <[email protected]>
Date:   Fri Oct 23 22:00:37 2009 +0100

    Updated Module::Load::Conditional to cpan version 0.32
-----------------------------------------------------------------------

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

diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 96a0a30..6a6d8b9 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1033,7 +1033,7 @@ use File::Glob qw(:case);
     'Module::Load::Conditional' =>
        {
        'MAINTAINER'    => 'kane',
-       'DISTRIBUTION'  => 'BINGOS/Module-Load-Conditional-0.31_01.tar.gz',
+       'DISTRIBUTION'  => 'BINGOS/Module-Load-Conditional-0.32.tar.gz',
        'FILES'         => q[cpan/Module-Load-Conditional],
        'CPAN'          => 1,
        'UPSTREAM'      => 'cpan',
diff --git a/cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm 
b/cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm
index 4754011..4affe86 100644
--- a/cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm
+++ b/cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm
@@ -18,7 +18,7 @@ BEGIN {
                         $FIND_VERSION $ERROR $CHECK_INC_HASH];
     use Exporter;
     @ISA            = qw[Exporter];
-    $VERSION        = '0.31_01';
+    $VERSION        = '0.32';
     $VERBOSE        = 0;
     $DEPRECATED     = 0;
     $FIND_VERSION   = 1;

--
Perl5 Master Repository

Reply via email to