This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Updated Module::Load::Conditional to cpan version 0.32
authorChris Williams <chris@bingosnet.co.uk>
Fri, 23 Oct 2009 21:00:37 +0000 (22:00 +0100)
committerChris Williams <chris@bingosnet.co.uk>
Fri, 23 Oct 2009 21:00:37 +0000 (22:00 +0100)
Porting/Maintainers.pl
cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm

index 96a0a30..6a6d8b9 100755 (executable)
@@ -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',
index 4754011..4affe86 100644 (file)
@@ -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;