This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Module-Load-Conditional to CPAN version 0.40
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Sat, 8 Jan 2011 22:50:48 +0000 (22:50 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Sat, 8 Jan 2011 22:50:48 +0000 (22:50 +0000)
  [DELTA]

  Changes for 0.40    Fri Jan  7 21:45:01 GMT 2011
  =================================================
  * Apply blead patch from Peter Acklam

Porting/Maintainers.pl
cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm
pod/perldelta.pod

index a50806b..30144ad 100755 (executable)
@@ -1033,7 +1033,7 @@ use File::Glob qw(:case);
     'Module::Load::Conditional' =>
        {
        'MAINTAINER'    => 'kane',
-       'DISTRIBUTION'  => 'BINGOS/Module-Load-Conditional-0.38.tar.gz',
+       'DISTRIBUTION'  => 'BINGOS/Module-Load-Conditional-0.40.tar.gz',
        'FILES'         => q[cpan/Module-Load-Conditional],
        'UPSTREAM'      => 'cpan',
        },
index ba597a2..cff442d 100644 (file)
@@ -18,7 +18,7 @@ BEGIN {
                         $FIND_VERSION $ERROR $CHECK_INC_HASH];
     use Exporter;
     @ISA            = qw[Exporter];
-    $VERSION        = '0.38';
+    $VERSION        = '0.40';
     $VERBOSE        = 0;
     $DEPRECATED     = 0;
     $FIND_VERSION   = 1;
index 453ae3b..74a6321 100644 (file)
@@ -144,6 +144,10 @@ C<Log::Message> has been upgraded from version 0.02 to 0.04
 
 =item *
 
+C<Module::Load::Conditional> has been upgraded from 0.38 to 0.40
+
+=item *
+
 C<threads> has been upgraded from version 1.81_03 to 1.82
 
 =item *