In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/d588a46d9335dc093e4046b68ae0e2c7925ef095?hp=b3762c4ac0d07b71d7ddeb01012f67ef8a77e81e>

- Log -----------------------------------------------------------------
commit d588a46d9335dc093e4046b68ae0e2c7925ef095
Author: Abigail <[email protected]>
Date:   Tue Mar 13 00:59:16 2012 +0100

    Fixes type in commit 14c554185
    
    In commit 14c554185, I updated the version of the wrong distro in
    Porting/Maintainers.pl. This fixes this error.
-----------------------------------------------------------------------

Summary of changes:
 Porting/Maintainers.pl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index cb6987b..bea5894 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -365,7 +365,7 @@ use File::Glob qw(:case);
 
     'Compress::Raw::Bzip2' => {
         'MAINTAINER'   => 'pmqs',
-        'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.051.tar.gz',
+        'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.049.tar.gz',
         'FILES'        => q[cpan/Compress-Raw-Bzip2],
         'EXCLUDED'     => [
             qr{^t/Test/},
@@ -376,7 +376,7 @@ use File::Glob qw(:case);
 
     'Compress::Raw::Zlib' => {
         'MAINTAINER'   => 'pmqs',
-        'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.048.tar.gz',
+        'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.051.tar.gz',
 
         'FILES'    => q[cpan/Compress-Raw-Zlib],
         'EXCLUDED' => [

--
Perl5 Master Repository

Reply via email to