summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2010-11-09 21:18:21 +0100
committerFlorian Ragwitz <rafl@debian.org>2010-11-09 22:11:12 +0100
commite198ad16b8e9d759aac5600f4a4964317fd90b90 (patch)
tree5a211ddd44ae147b6c6b8d0fab4db3d54f54c4a6 /Porting
parent04721f73a0257be8c30d3812ecdf4b80e7ae6ad1 (diff)
downloadperl-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-xPorting/Maintainers.pl6
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' =>