diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-04-05 14:06:01 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-04-05 14:06:01 +0000 |
commit | c0c947a6c11823189777ee916efeb0fc3a5537e6 (patch) | |
tree | 7027643f9b07adb69b156399a0d463b30607bbfc /Porting/Maintainers.pl | |
parent | 2a0418c90d450ce493720b3f4a93825f269e8f36 (diff) | |
download | perl-c0c947a6c11823189777ee916efeb0fc3a5537e6.tar.gz |
Add Math::BigInt::FastCalc in maintainer list
p4raw-id: //depot/perl@24160
Diffstat (limited to 'Porting/Maintainers.pl')
-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 d47dfa3f2f..aa9e2fc1c2 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -299,6 +299,13 @@ package Maintainers; 'CPAN' => 1, }, + 'Math::BigInt::FastCalc' => + { + 'MAINTAINER' => 'tels', + 'FILES' => q[ext/Math/BigInt/FastCalc], + 'CPAN' => 1, + }, + 'Math::BigRat' => { 'MAINTAINER' => 'tels', |