In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/f0f0d2aad12d9003442c48eeeaf78098fa4bca6b?hp=d8e47b5c4ce3144b53fbe637d049ec0a9b00b92e>

- Log -----------------------------------------------------------------
commit f0f0d2aad12d9003442c48eeeaf78098fa4bca6b
Author: Chris 'BinGOs' Williams <ch...@bingosnet.co.uk>
Date:   Mon Jun 28 11:46:01 2010 +0100

    Update Module-Load to CPAN version 0.18
    
      [DELTA]
    
      Changes for 0.18    Tue Mar  2 15:54:30 2010
      ============================================
      * Documentation fix from Michael Schwern RT #55123
-----------------------------------------------------------------------

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

diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 9daa57f..a5475a4 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -950,7 +950,7 @@ use File::Glob qw(:case);
     'Module::Load' =>
        {
        'MAINTAINER'    => 'kane',
-       'DISTRIBUTION'  => 'KANE/Module-Load-0.16.tar.gz',
+       'DISTRIBUTION'  => 'BINGOS/Module-Load-0.18.tar.gz',
        'FILES'         => q[cpan/Module-Load],
        'UPSTREAM'      => 'cpan',
        },
diff --git a/cpan/Module-Load/lib/Module/Load.pm 
b/cpan/Module-Load/lib/Module/Load.pm
index 08f64b2..d1269da 100644
--- a/cpan/Module-Load/lib/Module/Load.pm
+++ b/cpan/Module-Load/lib/Module/Load.pm
@@ -1,6 +1,6 @@
 package Module::Load;
 
-$VERSION = '0.16';
+$VERSION = '0.18';
 
 use strict;
 use File::Spec ();
@@ -141,9 +141,9 @@ If the argument matches only C<[\w:']>, it must be a module
 =item *
 
 If the argument matches only C<\w>, it could either be a module or a
-file. We will try to find C<file> first in C<@INC> and if that fails,
-we will try to find C<file.pm> in @INC.
-If both fail, we die with the respective error messages.
+file. We will try to find C<file.pm> first in C<@INC> and if that
+fails, we will try to find C<file> in @INC.  If both fail, we die with
+the respective error messages.
 
 =back
 

--
Perl5 Master Repository

Reply via email to