In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/f1c22b9e404ff0489520a75ead67695af4a770d3?hp=2287ae3497955cb33ac4984a463843378b7e651c>

- Log -----------------------------------------------------------------
commit f1c22b9e404ff0489520a75ead67695af4a770d3
Author: Chris 'BinGOs' Williams <[email protected]>
Date:   Tue Sep 16 13:12:40 2014 +0100

    Update ExtUtils-Install to CPAN version 2.04
    
      [DELTA]
    
    2.04
    
    - Cosmetic change as forgot to update version information in POD on last two
      releases
    
    2.02
    
    - Reverted change to pm_to_blib that causes write-only directory paths to
      be created
    
    2.00
    
    - Formal release to change META information and synchronise versioning
-----------------------------------------------------------------------

Summary of changes:
 Porting/Maintainers.pl                          | 2 +-
 cpan/ExtUtils-Install/lib/ExtUtils/Install.pm   | 4 ++--
 cpan/ExtUtils-Install/lib/ExtUtils/Installed.pm | 2 +-
 cpan/ExtUtils-Install/lib/ExtUtils/Packlist.pm  | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 70a1888..8f30a74 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -457,7 +457,7 @@ use File::Glob qw(:case);
     },
 
     'ExtUtils::Install' => {
-        'DISTRIBUTION' => 'BINGOS/ExtUtils-Install-1.68.tar.gz',
+        'DISTRIBUTION' => 'BINGOS/ExtUtils-Install-2.04.tar.gz',
         'FILES'        => q[cpan/ExtUtils-Install],
         'EXCLUDED'     => [
             qw( t/lib/Test/Builder.pm
diff --git a/cpan/ExtUtils-Install/lib/ExtUtils/Install.pm 
b/cpan/ExtUtils-Install/lib/ExtUtils/Install.pm
index 85fe1c9..1e8ac4c 100644
--- a/cpan/ExtUtils-Install/lib/ExtUtils/Install.pm
+++ b/cpan/ExtUtils-Install/lib/ExtUtils/Install.pm
@@ -38,11 +38,11 @@ ExtUtils::Install - install files from here to there
 
 =head1 VERSION
 
-1.68
+2.04
 
 =cut
 
-$VERSION = '1.68';  # <-- do not forget to update the POD section just above 
this line!
+$VERSION = '2.04';  # <-- do not forget to update the POD section just above 
this line!
 $VERSION = eval $VERSION;
 
 =pod
diff --git a/cpan/ExtUtils-Install/lib/ExtUtils/Installed.pm 
b/cpan/ExtUtils-Install/lib/ExtUtils/Installed.pm
index a62de6e..061c329 100644
--- a/cpan/ExtUtils-Install/lib/ExtUtils/Installed.pm
+++ b/cpan/ExtUtils-Install/lib/ExtUtils/Installed.pm
@@ -17,7 +17,7 @@ my $DOSISH = ($^O =~ /^(MSWin\d\d|os2|dos|mint)$/);
 require VMS::Filespec if $Is_VMS;
 
 use vars qw($VERSION);
-$VERSION = '1.999005';
+$VERSION = '2.04';
 $VERSION = eval $VERSION;
 
 sub _is_prefix {
diff --git a/cpan/ExtUtils-Install/lib/ExtUtils/Packlist.pm 
b/cpan/ExtUtils-Install/lib/ExtUtils/Packlist.pm
index 8323725..c1ab002 100644
--- a/cpan/ExtUtils-Install/lib/ExtUtils/Packlist.pm
+++ b/cpan/ExtUtils-Install/lib/ExtUtils/Packlist.pm
@@ -5,7 +5,7 @@ use strict;
 use Carp qw();
 use Config;
 use vars qw($VERSION $Relocations);
-$VERSION = '1.48';
+$VERSION = '2.04';
 $VERSION = eval $VERSION;
 
 # Used for generating filehandle globs.  IO::File might not be available!

--
Perl5 Master Repository

Reply via email to