From: Rafael Garcia-Suarez Date: Tue, 14 Mar 2006 08:53:07 +0000 (+0000) Subject: threads and threads::shared are now dual-lived modules X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1520dd721f057ec970f4990dc841ca873e6c07a4;p=p5sagit%2Fp5-mst-13.2.git threads and threads::shared are now dual-lived modules p4raw-id: //depot/perl@27494 --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index b05ae74..f4f41cb 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -28,6 +28,7 @@ package Maintainers; 'ilyam' => 'Ilya Martynov ', 'ilyaz' => 'Ilya Zakharevich ', 'jand' => 'Jan Dubois ', + 'jdhedden' => 'Jerry D. Hedden ', 'jhi' => 'Jarkko Hietaniemi ', 'jstowe' => 'Jonathan Stowe ', 'jv' => 'Johan Vromans ', @@ -615,9 +616,17 @@ package Maintainers; 'threads' => { - 'MAINTAINER' => 'abergman', - 'FILES' => q[ext/threads], - 'CPAN' => 0, + 'MAINTAINER' => 'jdhedden', + 'FILES' => q[ext/threads/hints ext/threads/t + ext/threads/threads.{pm,xs} ext/threads/typemap], + 'CPAN' => 1, + }, + + 'threads::shared' => + { + 'MAINTAINER' => 'jdhedden', + 'FILES' => q[ext/threads/shared], + 'CPAN' => 1, }, 'Tie::File' =>