X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Porting%2FMaintainers.pl;h=dc41f755455d4b550b46fd767a91e55b0417a48d;hb=d2369d0b6913709d85b3c192d66d4bb758cc434a;hp=2e57d1157e6073d14adfe393d79a722b5b53af4c;hpb=2be4b1501bbd2d5f0976d80ba74e03d991a04375;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 2e57d11..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 @@ -353,7 +353,7 @@ use File::Glob qw(:case); 'constant' => { 'MAINTAINER' => 'saper', - 'DISTRIBUTION' => 'SAPER/constant-1.17.tar.gz', + 'DISTRIBUTION' => 'SAPER/constant-1.19.tar.gz', 'FILES' => q[dist/constant], 'EXCLUDED' => [ qw( t/00-load.t t/more-tests.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, @@ -514,7 +514,7 @@ use File::Glob qw(:case); 'Encode' => { 'MAINTAINER' => 'dankogai', - 'DISTRIBUTION' => 'DANKOGAI/Encode-2.35.tar.gz', + 'DISTRIBUTION' => 'DANKOGAI/Encode-2.37.tar.gz', 'FILES' => q[cpan/Encode], 'EXCLUDED' => [ qw{t/piconv.t} ], # FIXME 'CPAN' => 1, @@ -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/}, ], @@ -850,7 +850,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'ferreira', 'DISTRIBUTION' => 'FERREIRA/Locale-Maketext-1.13.tar.gz', - 'FILES' => q[ext/Locale-Maketext], + 'FILES' => q[dist/Locale-Maketext], 'EXCLUDED' => [ qw{perlcriticrc t/00_load.t t/pod.t} ], 'CPAN' => 1, 'UPSTREAM' => 'blead', @@ -860,10 +860,10 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'audreyt', 'DISTRIBUTION' => 'JESSE/Locale-Maketext-Simple-0.21.tar.gz', - 'FILES' => q[ext/Locale-Maketext-Simple], + 'FILES' => q[dist/Locale-Maketext-Simple], 'EXCLUDED' => [ qr{^inc/} ], 'CPAN' => 1, - 'UPSTREAM' => 'dist', + 'UPSTREAM' => 'blead', }, 'Log::Message' => @@ -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, @@ -1358,7 +1358,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'rgarcia', 'DISTRIBUTION' => 'RGARCIA/Switch-2.14.tar.gz', - 'FILES' => q[ext/Switch], + 'FILES' => q[dist/Switch], 'CPAN' => 1, 'UPSTREAM' => 'blead', }, @@ -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' => @@ -1613,7 +1616,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'sadahiro', 'DISTRIBUTION' => 'SADAHIRO/Unicode-Collate-0.52.tar.gz', - 'FILES' => q[ext/Unicode-Collate], + 'FILES' => q[cpan/Unicode-Collate], # ignore experimental XS version 'EXCLUDED' => [ qr{X$}, qw{disableXS enableXS } @@ -1626,7 +1629,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'sadahiro', 'DISTRIBUTION' => 'SADAHIRO/Unicode-Normalize-1.03.tar.gz', - 'FILES' => q[ext/Unicode-Normalize], + 'FILES' => q[cpan/Unicode-Normalize], 'EXCLUDED' => [ qw{MANIFEST.N Normalize.pmN disableXS enableXS }], 'CPAN' => 1, 'UPSTREAM' => 'first-come',