diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-04-30 07:38:00 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-04-30 07:38:00 +0000 |
commit | 83eea843e6ff376a9cff1440723888e0b177658c (patch) | |
tree | cf4d84dd4cc9d280fa75a30e2309dbf61056dc62 /Porting | |
parent | 40c7cc6dda502ce0119863824290b6aa3c979bb0 (diff) | |
download | perl-83eea843e6ff376a9cff1440723888e0b177658c.tar.gz |
Change of maintainer.
p4raw-id: //depot/perl@33764
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/Maintainers.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 9580848ca8..2203a8fa76 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -78,6 +78,7 @@ package Maintainers; 'tjenness' => 'Tim Jenness <tjenness@cpan.org>', 'tyemq' => 'Tye McQueen <tyemq@cpan.org>', 'yves' => 'Yves Orton <yves@cpan.org>', + 'zefram' => 'Andrew Main <zefram@cpan.org>', ); # The FILES is either filenames, or glob patterns, or directory @@ -554,7 +555,7 @@ package Maintainers; 'Math::Complex' => { - 'MAINTAINER' => 'jhi', + 'MAINTAINER' => 'zefram', 'FILES' => q[lib/Math/Complex.pm lib/Math/Trig.pm], 'CPAN' => 1, }, @@ -934,7 +935,7 @@ package Maintainers; 'Time::HiRes' => { - 'MAINTAINER' => 'jhi', + 'MAINTAINER' => 'zefram', 'FILES' => q[ext/Time/HiRes], 'CPAN' => 1, }, |