diff options
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' => |