diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2013-10-16 22:14:01 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2013-10-16 22:14:01 +0100 |
commit | 631e7974e34466d83f8e06aa1c2c37eb43b731c2 (patch) | |
tree | 9f0e47f78c58d1b2a648f7d80d82a0f84a42633e /Porting | |
parent | 569a2cccce6d806612af063584532ae9255266a0 (diff) | |
download | perl-631e7974e34466d83f8e06aa1c2c37eb43b731c2.tar.gz |
Porting/Maintainers.pl - Change UPSTREAM => undef to 'cpan' for cpan/ modules
There is one exception to this: version should currently be regarded as
UPSTREAM => 'blead' (at its maintainer's request), but only until [cpan
#88458] is resolved, so it is not worth moving from cpan/ to dist/ in the
meantime since it will only move back again in due course.
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index e377ad756e..1d436d2575 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -443,7 +443,10 @@ use File::Glob qw(:case); 'DISTRIBUTION' => 'MHX/Devel-PPPort-3.21.tar.gz', 'FILES' => q[cpan/Devel-PPPort], 'EXCLUDED' => ['PPPort.pm'], # we use PPPort_pm.PL instead - 'UPSTREAM' => undef, # rjbs has asked mhx to have blead be upstream + + # RJBS has asked MHX to have UPSTREAM be 'blead' + # (move this from cpan/ to dist/ if that happens) + 'UPSTREAM' => 'cpan', }, 'Devel::SelfStubber' => { @@ -514,7 +517,7 @@ use File::Glob qw(:case); qr{^inc/Module/}, qw(t/0-signature.t), ], - 'UPSTREAM' => undef, + 'UPSTREAM' => 'cpan', }, 'English' => { @@ -575,7 +578,7 @@ use File::Glob qw(:case); examples/perl_regcomp_posix_keyword.pl ), ], - 'UPSTREAM' => undef, + 'UPSTREAM' => 'cpan', }, 'ExtUtils::Install' => { @@ -672,7 +675,7 @@ use File::Glob qw(:case); '' => 'cpan/File-Path/lib/File/', 't/' => 'cpan/File-Path/t/', }, - 'UPSTREAM' => undef, + 'UPSTREAM' => 'cpan', }, 'File::stat' => { @@ -843,7 +846,7 @@ use File::Glob qw(:case); 'IO::Zlib' => { 'DISTRIBUTION' => 'TOMHUGHES/IO-Zlib-1.10.tar.gz', 'FILES' => q[cpan/IO-Zlib], - 'UPSTREAM' => undef, + 'UPSTREAM' => 'cpan', }, 'IPC::Cmd' => { @@ -1139,7 +1142,7 @@ use File::Glob qw(:case); 'parent' => { 'DISTRIBUTION' => 'CORION/parent-0.228.tar.gz', 'FILES' => q[cpan/parent], - 'UPSTREAM' => undef, + 'UPSTREAM' => 'cpan', }, 'Parse::CPAN::Meta' => { @@ -1231,7 +1234,7 @@ use File::Glob qw(:case); ), ], - 'UPSTREAM' => undef, + 'UPSTREAM' => 'cpan', }, 'perlpacktut' => { @@ -1280,7 +1283,7 @@ use File::Glob qw(:case); 'Pod::Escapes' => { 'DISTRIBUTION' => 'SBURKE/Pod-Escapes-1.04.tar.gz', 'FILES' => q[cpan/Pod-Escapes], - 'UPSTREAM' => undef, + 'UPSTREAM' => 'cpan', }, 'Pod::Functions' => { @@ -1470,7 +1473,7 @@ use File::Glob qw(:case); ), ], - 'UPSTREAM' => undef, + 'UPSTREAM' => 'cpan', }, 'Term::Complete' => { @@ -1590,7 +1593,7 @@ use File::Glob qw(:case); 'ParseWords.pm' => 'cpan/Text-ParseWords/lib/Text/ParseWords.pm', '' => 'cpan/Text-ParseWords/', }, - 'UPSTREAM' => undef, + 'UPSTREAM' => 'cpan', }, 'Text-Tabs+Wrap' => { @@ -1708,7 +1711,7 @@ use File::Glob qw(:case); 'Time::Piece' => { 'DISTRIBUTION' => 'RJBS/Time-Piece-1.23.tar.gz', 'FILES' => q[cpan/Time-Piece], - 'UPSTREAM' => undef, + 'UPSTREAM' => 'cpan', }, 'Unicode::Collate' => { @@ -1762,7 +1765,8 @@ use File::Glob qw(:case); ), ], - 'UPSTREAM' => undef, + # Change to 'cpan' when [cpan #88458] is resolved + 'UPSTREAM' => 'blead', }, 'vms' => { |