diff options
author | Steffen Mueller <smueller@cpan.org> | 2009-03-13 15:04:05 +0100 |
---|---|---|
committer | Steffen Mueller <smueller@cpan.org> | 2009-03-13 15:04:05 +0100 |
commit | 4d9f3eeb6fe62231730686a138499e44308619f0 (patch) | |
tree | a72a4db9df120f9fdeccb439cac1a27137c579e0 /Porting | |
parent | 7a67abdf144958503a96be280e967853af1af745 (diff) | |
download | perl-4d9f3eeb6fe62231730686a138499e44308619f0.tar.gz |
Ilya M. is no longer maintaining Data::Dumper. Assign to p5p for now.
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/Maintainers.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 6113fc3ce1..6ee4cb8e1b 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -286,10 +286,10 @@ package Maintainers; 'Data::Dumper' => { - 'MAINTAINER' => 'ilyam', # Not gsar. + 'MAINTAINER' => 'p5p', # Not gsar. Not ilyam 'FILES' => q[ext/Data-Dumper], 'CPAN' => 1, - 'UPSTREAM' => undef, + 'UPSTREAM' => 'blead', }, 'DB::File' => |