diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-07-06 15:18:58 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-07-06 15:18:58 +0000 |
commit | affad850140455cfdbfe87c7519ca10909a8bf23 (patch) | |
tree | 08500b5b26dabfb4c5478fe2f51a46bfa4d67885 /Porting | |
parent | ba1f8e91c84952b3b5031787643c5e7b0bfa1fa8 (diff) | |
download | perl-affad850140455cfdbfe87c7519ca10909a8bf23.tar.gz |
Math-Complex now dual-lived with Jarkko Hietaniemi as the maintainer.
Also, sync'ing up with the CPAN version of the module.
p4raw-id: //depot/perl@28494
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/Maintainers.pl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 427fdeff5f..d671976b92 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -380,6 +380,13 @@ package Maintainers; 'CPAN' => 1, }, + 'Math::Complex' => + { + 'MAINTAINER' => 'jhi', + 'FILES' => q[lib/Math/Complex.pm lib/Math/Trig.pm], + 'CPAN' => 1, + }, + 'Memoize' => { 'MAINTAINER' => 'mjd', |