X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Porting%2FMaintainers.pl;h=dc41f755455d4b550b46fd767a91e55b0417a48d;hb=d2369d0b6913709d85b3c192d66d4bb758cc434a;hp=70d64844a32a95e14915673691623e9189ca974f;hpb=b667d99b3752a0d79b4c2306a3e6e925f4f26d9f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 70d6484..dc41f75 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -254,7 +254,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'rurban', 'DISTRIBUTION' => 'RURBAN/B-Debug-1.11.tar.gz', - 'FILES' => q[ext/B-Debug], + 'FILES' => q[cpan/B-Debug], 'EXCLUDED' => [ qw( t/coverage.html t/pod.t ) ], 'CPAN' => 1, 'UPSTREAM' => undef, @@ -263,16 +263,16 @@ use File::Glob qw(:case); 'B::Deparse' => { 'MAINTAINER' => 'smccam', - 'FILES' => q[ext/B-Deparse], + 'FILES' => q[dist/B-Deparse], 'CPAN' => 0, - 'UPSTREAM' => undef, + 'UPSTREAM' => 'blead', }, 'B::Lint' => { 'MAINTAINER' => 'jjore', 'DISTRIBUTION' => 'JJORE/B-Lint-1.11.tar.gz', - 'FILES' => q[ext/B-Lint], + 'FILES' => q[cpan/B-Lint], 'EXCLUDED' => [ qw( t/test.pl ) ], 'CPAN' => 1, 'UPSTREAM' => undef, @@ -291,7 +291,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'tels', 'DISTRIBUTION' => 'TELS/math/bignum-0.23.tar.gz', - 'FILES' => q[ext/bignum], + 'FILES' => q[cpan/bignum], 'EXCLUDED' => [ qr{^inc/Module/}, qw(t/pod.t t/pod_cov.t) ], 'CPAN' => 1, 'UPSTREAM' => undef, @@ -301,7 +301,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'lstein', 'DISTRIBUTION' => 'LDS/CGI.pm-3.45.tar.gz', - 'FILES' => q[ext/CGI], + 'FILES' => q[cpan/CGI], 'EXCLUDED' => [ qr{^t/lib/Test}, qw( cgi-lib_porting.html cgi_docs.html @@ -326,7 +326,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'pmqs', 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.021.tar.gz', - 'FILES' => q[ext/Compress-Raw-Bzip2], + 'FILES' => q[cpan/Compress-Raw-Bzip2], 'EXCLUDED' => [ qr{^t/Test/}, qw( bzip2-src/bzip2-cpp.patch ) @@ -340,7 +340,7 @@ use File::Glob qw(:case); 'MAINTAINER' => 'pmqs', 'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.021.tar.gz', - 'FILES' => q[ext/Compress-Raw-Zlib], + 'FILES' => q[cpan/Compress-Raw-Zlib], 'EXCLUDED' => [ qr{^t/Test/}, qw( t/000prereq.t t/99pod.t @@ -482,7 +482,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'gaas', 'DISTRIBUTION' => 'GAAS/Digest-1.16.tar.gz', - 'FILES' => q[ext/Digest], + 'FILES' => q[cpan/Digest], 'EXCLUDED' => [ qw{digest-bench} ], 'CPAN' => 1, 'UPSTREAM' => undef, @@ -609,7 +609,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'mschwern', 'DISTRIBUTION' => 'MSCHWERN/ExtUtils-MakeMaker-6.55_02.tar.gz', - 'FILES' => q[ext/ExtUtils-MakeMaker], + 'FILES' => q[cpan/ExtUtils-MakeMaker], 'EXCLUDED' => [ qr{^t/lib/Test/}, qr{^inc/ExtUtils/}, ], @@ -1243,7 +1243,7 @@ use File::Glob qw(:case); 'Pod::Perldoc' => { 'MAINTAINER' => 'ferreira', - 'DISTRIBUTION' => 'FERREIRA/Pod-Perldoc-3.15.tar.gz', + 'DISTRIBUTION' => 'FERREIRA/Pod-Perldoc-3.15_01.tar.gz', # I don't know whether it's conceptually cleaner to a rule to copy # ext/Pod-Perldoc/pod/perldoc.pod to pod/perldoc.pod at make time # (in 4 places), or leave it as 1 mapping here. @@ -1337,7 +1337,7 @@ use File::Glob qw(:case); 'Shell' => { 'MAINTAINER' => 'ferreira', - 'DISTRIBUTION' => 'FERREIRA/Shell-0.72.tar.gz', + 'DISTRIBUTION' => 'FERREIRA/Shell-0.72_01.tar.gz', 'FILES' => q[ext/Shell], 'EXCLUDED' => [ qw{ t/01_use.t t/99_pod.t } ], 'CPAN' => 1, @@ -1597,7 +1597,10 @@ use File::Glob qw(:case); 'FILES' => q[ext/Time-Local], 'EXCLUDED' => [ qw(t/pod-coverage.t t/pod.t) ], 'CPAN' => 1, - 'UPSTREAM' => undef, + 'UPSTREAM' => 'blead', + # Currently Time::Local is no longer backwards compatible with Pre-5.11 perls + # the version in core has now deviated from the CPAN version. To re-dual-life + # this module, we'll need to rewrite a hybrid version }, 'Time::Piece' =>