Jerry D. Hedden now maintains Thread::Semaphore on CPAN
Rafael Garcia-Suarez [Thu, 14 Feb 2008 07:52:45 +0000 (07:52 +0000)]
p4raw-id: //depot/perl@33303

Porting/Maintainers.pl

index ad519c5..06053dc 100644 (file)
@@ -932,6 +932,13 @@ package Maintainers;
                 'CPAN'          => 1,
                 },
 
+        'Thread::Semaphore' =>
+                {
+                'MAINTAINER'    => 'jdhedden',
+                'FILES'         => q[lib/Thread/Semaphore.pm lib/Thread/Semaphore.t],
+                'CPAN'          => 1,
+                },
+
        'Unicode::Collate' =>
                {
                'MAINTAINER'    => 'sadahiro',