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.44
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Wed, 9 Feb 2011 21:57:08 +0000 (21:57 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Wed, 9 Feb 2011 21:57:08 +0000 (21:57 +0000)
  [DELTA]

  Changes for 0.44    Wed Feb  9 21:48:42 GMT 2011
  =================================================
  * Apply podchecker patch from Michael Stevens RT #65601

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

index 8718a2a..603b5b9 100755 (executable)
@@ -1046,7 +1046,7 @@ use File::Glob qw(:case);
     'Module::Load::Conditional' =>
        {
        'MAINTAINER'    => 'kane',
-       'DISTRIBUTION'  => 'BINGOS/Module-Load-Conditional-0.42.tar.gz',
+       'DISTRIBUTION'  => 'BINGOS/Module-Load-Conditional-0.44.tar.gz',
        'FILES'         => q[cpan/Module-Load-Conditional],
        'UPSTREAM'      => 'cpan',
        },
index f110e53..be8984e 100644 (file)
@@ -18,7 +18,7 @@ BEGIN {
                         $FIND_VERSION $ERROR $CHECK_INC_HASH];
     use Exporter;
     @ISA            = qw[Exporter];
-    $VERSION        = '0.42';
+    $VERSION        = '0.44';
     $VERBOSE        = 0;
     $DEPRECATED     = 0;
     $FIND_VERSION   = 1;
@@ -85,7 +85,7 @@ and so forth.
 
 =head1 Methods
 
-=head1 $href = check_install( module => NAME [, version => VERSION, verbose => BOOL ] );
+=head2 $href = check_install( module => NAME [, version => VERSION, verbose => BOOL ] );
 
 C<check_install> allows you to verify if a certain module is installed
 or not. You may call it with the following arguments:
index a326ead..a79b611 100644 (file)
@@ -148,7 +148,7 @@ Module::Build::YAML has been deprecated in favor of L<CPAN::Meta::YAML>.
 
 =item *
 
-C<Module::Load::Conditional> has been upgraded from version 0.40 to 0.42
+C<Module::Load::Conditional> has been upgraded from version 0.40 to 0.44
 
 =item *