In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/52e96e24558c7565ebbef0d0c5fc53f9863bd154?hp=b1826b71659a2c08e5ace047d74b3724d6311bd8>
- Log ----------------------------------------------------------------- commit 52e96e24558c7565ebbef0d0c5fc53f9863bd154 Author: Florian Ragwitz <[email protected]> Date: Sat Oct 23 15:50:46 2010 -0700 Tels doesn't want to maintain math stuff anymore ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 9ef0f58..1c27564 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -82,7 +82,6 @@ use File::Glob qw(:case); 'smccam' => 'Stephen McCamant <[email protected]>', 'smpeters' => 'Steve Peters <[email protected]>', 'smueller' => 'Steffen Mueller <[email protected]>', - 'tels' => 'Tels <[email protected]>', 'tomhughes' => 'Tom Hughes <[email protected]>', 'tjenness' => 'Tim Jenness <[email protected]>', 'tyemq' => 'Tye McQueen <[email protected]>', @@ -290,7 +289,7 @@ use File::Glob qw(:case); 'bignum' => { - 'MAINTAINER' => 'tels', + 'MAINTAINER' => 'rafl', 'DISTRIBUTION' => 'FLORA/bignum-0.25.tar.gz', 'FILES' => q[dist/bignum], 'EXCLUDED' => [ qr{^inc/Module/}, qw(t/pod.t t/pod_cov.t) ], @@ -848,7 +847,7 @@ use File::Glob qw(:case); 'Math::BigInt' => { - 'MAINTAINER' => 'tels', + 'MAINTAINER' => 'rafl', 'DISTRIBUTION' => 'FLORA/Math-BigInt-1.96.tar.gz', 'FILES' => q[dist/Math-BigInt], 'EXCLUDED' => [ qr{^inc/}, @@ -862,7 +861,7 @@ use File::Glob qw(:case); 'Math::BigInt::FastCalc' => { - 'MAINTAINER' => 'tels', + 'MAINTAINER' => 'rafl', 'DISTRIBUTION' => 'FLORA/Math-BigInt-FastCalc-0.22.tar.gz', 'FILES' => q[dist/Math-BigInt-FastCalc], 'EXCLUDED' => [ qr{^inc/}, @@ -889,7 +888,7 @@ use File::Glob qw(:case); 'Math::BigRat' => { - 'MAINTAINER' => 'tels', + 'MAINTAINER' => 'rafl', 'DISTRIBUTION' => 'FLORA/Math-BigRat-0.26.tar.gz', 'FILES' => q[cpan/Math-BigRat], 'EXCLUDED' => [ qr{^inc/}, -- Perl5 Master Repository
