Change 27494 by [EMAIL PROTECTED] on 2006/03/14 08:53:07

        threads and threads::shared are now dual-lived modules

Affected files ...

... //depot/perl/Porting/Maintainers.pl#46 edit

Differences ...

==== //depot/perl/Porting/Maintainers.pl#46 (text) ====
Index: perl/Porting/Maintainers.pl
--- perl/Porting/Maintainers.pl#45~27481~       2006-03-12 05:48:10.000000000 
-0800
+++ perl/Porting/Maintainers.pl 2006-03-14 00:53:07.000000000 -0800
@@ -28,6 +28,7 @@
        'ilyam'         => 'Ilya Martynov <[EMAIL PROTECTED]>',
        'ilyaz'         => 'Ilya Zakharevich <[EMAIL PROTECTED]>',
        'jand'          => 'Jan Dubois <[EMAIL PROTECTED]>',
+       'jdhedden'      => 'Jerry D. Hedden <[EMAIL PROTECTED]>',
        'jhi'           => 'Jarkko Hietaniemi <[EMAIL PROTECTED]>',
        'jstowe'        => 'Jonathan Stowe <[EMAIL PROTECTED]>',
        'jv'            => 'Johan Vromans <[EMAIL PROTECTED]>',
@@ -615,9 +616,17 @@
 
        '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' =>
End of Patch.

Reply via email to