diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-11-09 21:18:21 +0100 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-11-09 22:11:12 +0100 |
commit | e198ad16b8e9d759aac5600f4a4964317fd90b90 (patch) | |
tree | 5a211ddd44ae147b6c6b8d0fab4db3d54f54c4a6 /Porting | |
parent | 04721f73a0257be8c30d3812ecdf4b80e7ae6ad1 (diff) | |
download | perl-e198ad16b8e9d759aac5600f4a4964317fd90b90.tar.gz |
Move ExtUtils-Command from cpan/ to dist/
Randy Kobes passed away recently, so let's have p5p maintain it for now.
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 654ed6878e..3a954e717e 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -534,15 +534,15 @@ use File::Glob qw(:case); 'ExtUtils::Command' => { - 'MAINTAINER' => 'rkobes', + 'MAINTAINER' => 'p5p', 'DISTRIBUTION' => 'RKOBES/ExtUtils-Command-1.16.tar.gz', - 'FILES' => q[cpan/ExtUtils-Command], + 'FILES' => q[dist/ExtUtils-Command], 'EXCLUDED' => [ qw{ t/shell_command.t t/shell_exit.t lib/Shell/Command.pm }, ], - 'UPSTREAM' => undef, + 'UPSTREAM' => 'blead', }, 'ExtUtils::Constant' => |